node-pqclean
node-pqclean copied to clipboard
KeyPair derivation
Hi @tniessen!
I've just been looking at this package following your comment in the NodeJS repo regarding PQC: https://github.com/orgs/nodejs/discussions/54475
With our use-case, we have a mnemonic phrase, which derives to a seed (64 bytes). I've been reviewing a few different packages over the past week, and came across crystals-kyber-js
, which provides a deriveKeyPair method.
Is it possible to achieve something similar with this package? I notice that you can export keys & use this to recover the keypair, but as the mnemonic is the main input for recovery, it'd be great to use this directly.
Kind regards, Andrew