mcuxClEcc definitions of EdDSA variant descriptors More...
Variables | |
const mcuxClEcc_EdDSA_GenerateKeyPairDescriptor_t | mcuxClEcc_EdDsa_GeneratePrivKeyDescriptor |
const mcuxClEcc_EdDSA_SignatureProtocolDescriptor_t | mcuxClEcc_EdDsa_Ed25519ProtocolDescriptor |
Ed25519 signature protocol descriptor. | |
mcuxClEcc definitions of EdDSA variant descriptors
|
extern |
Ed25519 signature protocol descriptor.
NOTE: To be able to perform an Ed25519 signature generation using this mode, the private key handle must be properly linked to a key handle for the associated public key using the function mcuxClKey_linkKeyPair. This is necessary to make the public key accessible during an Ed25519 signature generation. If this is not satisfied the Ed25519 signature generation will fail. If the key pair has been generated using the mcuxClKey_generate_keypair function, this linking step is already performed by mcuxClKey_generate_keypair.