Crate tink_daead

source ·
Expand description

This crate provides implementations of the tink_core::DeterministicAead primitive.

Unlike AEAD, implementations of this interface are not semantically secure, because encrypting the same plaintex always yields the same ciphertext.

Modules

  • Provides subtle implementations of the DeterministicAEAD primitive using AES-SIV.

Constants

Functions