tink-streaming-aead 0.1.2

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

This crate provides implementations of the streaming AEAD primitive.

AEAD encryption assures the confidentiality and authenticity of the data. This primitive is CPA secure.