Module mitrid_core::crypto::sign[][src]

Trait implemented by types that can be cryptographically signed.

Sign

sign is the module providing the trait used to produce and verify cryptographic signatures.

Traits

Signable

Trait implemented by types that can produce and verify cryptographic signatures.