A 25-word Algorand mnemonic
The 2-byte ASCII PQ scheme identifier (e.g. "f1" for Falcon-1024)
The 32-byte seed to hand to the scheme's key generator
If mn is not a valid 25-word mnemonic, or if scheme is not
exactly PQ_SCHEME_SIZE bytes
Generated using TypeDoc
pq25WordMnemonicToSeed derives a post-quantum key seed from a standard 25-word Algorand mnemonic.
The seed is domain-separated by the PQ scheme, so the same mnemonic yields a different key for each scheme, and a different key again from the ed25519 account that
mnemonicToSecretKeyderives from it.