You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Streaming encryption is a tricky and important problem. Libsodium now provides the secretstream interface to address this problem. I propose adding a streaming AEAD interface to x/crypto, for example by porting secretstream to Go.
Streaming encryption is a tricky and important problem. Libsodium now provides the secretstream interface to address this problem. I propose adding a streaming AEAD interface to x/crypto, for example by porting secretstream to Go.