Expand description

(Signing) cryptography abstraction

Structs

  • Type that implements various cryptographic traits using the OpenSSL library

Enums

  • Cryptographic algorithm that should be used with the Encryption/Decryption traits
  • Cryptographic hash algorithms that can be used with the Hash trait
  • Values from https://tools.ietf.org/html/rfc8152#section-8.1

Traits

  • A trait exposing various aead decryption algorithms.
  • A trait exposing various aead encryption algorithms.
  • A trait exposing a source of entropy
  • A trait exposing various cryptographic hash algorithms
  • A private key that can produce new signatures
  • A public key that can verify an existing signature