[−][src]Crate tink_daead
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
subtle | Provides subtle implementations of the |
Constants
AES_SIV_KEY_VERSION | Maximal version of AES-SIV keys. |
AES_SIV_TYPE_URL | Type URL of AES-SIV keys that Tink supports. |
UPSTREAM_VERSION | The upstream Tink version that this Rust port is based on. |
Functions
aes_siv_key_template | Return a |
init | Initialize the |
new | Return a |