Module prople_crypto::aead

source ·
Expand description

aead is a module used to maintain the primary object of AEAD (Authenticated Encryption with Associated Data

This module provides an abstraction to maintain AEAD on top of aead from RustCrypto/traits repository

Modules§

Structs§

  • AEAD is a main entrypoint to encrypt and decrypt the given data (in bytes), and also generate nonce (in bytes)
  • Key used to store key and nonce