Description
A Haskell bridge between cryptonite cryptographic operations and conduit streaming pipelines. It helps programs hash, encrypt, decrypt, or otherwise process data while it flows through conduit streams.
Developers use it when data is too large or too incremental to process all at once. Streaming cryptography must handle finalization and authentication checks before treating output as trustworthy.