This commit is contained in:
Joey Hess 2011-04-15 15:09:30 -04:00
parent 7b9f799a77
commit f7018e47e4

View file

@ -39,7 +39,7 @@ At a high level, an encryption backend needs to support these operations:
a stream to an action that consumes the encrypted content. a stream to an action that consumes the encrypted content.
* Given a streaming source of encrypted content, decrypt it, and send * Given a streaming source of encrypted content, decrypt it, and send
it in a stream to an anction that consumes the decrypted content. it in a stream to an action that consumes the decrypted content.
* Clean up. * Clean up.