cryptojs-extension
cryptojs-extension copied to clipboard
Design and implement streaming API for SIV
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).