The EdDsaGenerateKeyParams interface defines the algorithm-specific parameters that should be passed into the generateKey() method when using the EdDSA algorithm.
EdDsaGenerateKeyParams
generateKey()
A string defining the type of key to generate. The value must be one of the following:
"Ed25519"
The
EdDsaGenerateKeyParams
interface defines the algorithm-specific parameters that should be passed into thegenerateKey()
method when using the EdDSA algorithm.