-
Notifications
You must be signed in to change notification settings - Fork 77
Labels
Description
Describe the feature
Note
This issue is NOT for PQ Devnet 0, but can be parallelized.
In current leanSpec, you can find configuration sets for production(PROD_CONFIG)/testing(TEST_CONFIG) respectively.
| pub type HashSigScheme = SIGWinternitzLifetime18W4; |
We're currently defining our default signature scheme like above. However, I'm quite sure we won't use that scheme (SIGWinternitzLifetime18W4) as it is far beyond how the latest discussion is going on.
PROD_CONFIGis equal toSIGTopLevelTargetSumLifetime32Dim64Base8TEST_CONFIGdoesn't match with existing signature scheme inhash-sigbut we can just define it.
I would like to suggest that: we should be able to plug in-and-out which signature scheme to use. Or at least we should support a very tiny version of signature scheme. I guess #668 partially intended to do this.
Additional context
No response
Reactions are currently unavailable