Skip to content
This repository was archived by the owner on Feb 5, 2021. It is now read-only.
Tony Arcieri edited this page Dec 17, 2017 · 6 revisions

STREAM is a a construction which, when combined with AES-SIV or AES-PMAC-SIV, provides online/streaming authenticated encryption and defends against reordering and truncation attacks.

The algorithm is described in the paper Online Authenticated-Encryption and its Nonce-Reuse Misuse-Resistance in which it is formally proven to have the properties of a nonce-based online authenticated encryption (nOAE) construction (see Section 7, p. 18).

Diagram

STREAM Diagram

Clone this wiki locally