Crate blockify

source ·

Modules

Structs

  • An AuthKeyPair is a cryptographic key pair that can be used for digital signing and verification.
  • A DigitalSignature is a cryptographic signature that can be used to verify the authenticity of a message.
  • A Hash is the result of hashing a value.
  • A PrivateKey is a cryptographic key that can be used to sign data.
  • A PublicKey is a cryptographic key that can be used to verify digital signatures that are signed with the equivalent AuthKeyPair or PrivateKey.

Enums

Functions