Module sp_application_crypto::ed25519
source · Expand description
Ed25519 crypto types.
Structs§
- A generic
AppPublic
wrapper type over $pair crypto; this has no specific App. - A generic
AppPublic
wrapper type over $public crypto; this has no specific App. - A generic
AppPublic
wrapper type over $public crypto; this has no specific App. - A key pair.
Constants§
- An identifier used to match public keys against ed25519 keys
- The byte length of public key
- The byte length of signature
Type Aliases§
- A public key.
- A signature.