Module askar_crypto::alg::ed25519[][src]

This is supported on crate feature ed25519 only.
Expand description

Ed25519 signature and verification key support

Structs

Ed25519KeyPair

An Ed25519 public key or keypair

Ed25519SigningKey

An Ed25519 expanded secret key used for signing

Constants

EDDSA_SIGNATURE_LENGTH

The length of an EdDSA signature

KEYPAIR_LENGTH

The length of a keypair in bytes

PUBLIC_KEY_LENGTH

The length of a public key in bytes

SECRET_KEY_LENGTH

The length of a secret key in bytes

Statics

JWK_CURVE

The ‘crv’ value of an Ed25519 JWK

JWK_KEY_TYPE

The ‘kty’ value of an Ed25519 JWK