cryptojs-extension icon indicating copy to clipboard operation
cryptojs-extension copied to clipboard

Design and implement streaming API for SIV

Open artjomb opened this issue 9 years ago • 0 comments

The SIV-mode is a 2-pass algorithm. It is a challenge to design an intuitive way to use it in a streaming fashion. The underlying primitives like AES-CMAC and AES-CTR are already implemented in a streaming way (the have update(data) functions).

artjomb avatar Jun 05 '15 18:06 artjomb