Class ExampleScenario12
Object
ExampleScenario12
Scenario 12 – Streaming Re-sign (RSA-2048 → FALCON-1024)
Full migration path from a classical RSA-2048 signature to a post-quantum FALCON-1024 signature, entirely in streaming mode:
- Create an
RSA-2048
key (oldKid). - Stream-sign a file with oldKid.
- Create a
FALCON-1024
key (newKid). - Stream-re-sign the file (oldSignature → newSignature).
- Stream-verify the new signature.
The CLI must be initialised before execution.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExampleScenario12
public ExampleScenario12()
-
-
Method Details
-
main
-