referrerpolicy=no-referrer-when-downgrade

Module ed25519

Source
Expand description

Ed25519 crypto types.

Structs§

AppPair
A generic AppPublic wrapper type over $pair crypto; this has no specific App.
AppProofOfPossession
A generic AppPublic wrapper type over $public crypto; this has no specific App.
AppPublic
A generic AppPublic wrapper type over $public crypto; this has no specific App.
AppSignature
A generic AppPublic wrapper type over $public crypto; this has no specific App.
CryptoBytes
Generic byte array holding some crypto-related raw data.
Pair
A key pair.

Constants§

CRYPTO_ID
An identifier used to match public keys against ed25519 keys
PUBLIC_KEY_SERIALIZED_SIZE
The byte length of public key
SIGNATURE_SERIALIZED_SIZE
The byte length of signature

Type Aliases§

ProofOfPossession
Proof of Possession is the same as Signature for ed25519
Public
A public key.
Signature
A signature.
SignatureBytes
Generic encoded signature.