Static
fromGenerate a keypair from a random seed
Set to 'this key is not important' to acknowledge the risks
Instance of NaclSigner
Static
fromInstanciate from a given secret
64 bytes ed25519 secret (h) that will be used to sign messages
Set to 'this key is not important' to acknowledge the risks
Instance of NaclSigner
Static
fromInstanciate from a given seed
32 bytes ed25519 seed (k) that will deterministically generate a private key
Set to 'this key is not important' to acknowledge the risks
Instance of NaclSigner
An in-memory signer based on tweetnacl. We've included this for development.