Skip to main content

Module signing_key

Module signing_key 

Source
Expand description

Much of this code is borrowed from Thomas Pornin’s CRRL Project and adapted to mirror ed25519-dalek’s API.

Structs§

PreHasherXmd
Signing pre-hasher for Ed448ph with a fixed output size
PreHasherXof
Signing pre-hasher for Ed448ph with a xof output
SigningKey
Signing key for Ed448

Traits§

PreHash
Signing hash trait for Ed448ph

Type Aliases§

SecretKey
Ed448 secret key as defined in [RFC8032 § 5.2.5]