tink-daead 0.1.0

Deterministic AEAD functionality for Rust port of Google's Tink cryptography library
Documentation

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.