diff options
author | lloyd <[email protected]> | 2014-04-16 23:59:34 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-04-16 23:59:34 +0000 |
commit | d56d0bb243bcb9af369a67dc2272a1d6c5ccd4b2 (patch) | |
tree | 0125acfa592942c4c1689303136a2015f0b8441a | |
parent | c4d7caf1efb11e88ffe824760946b2e38f7d39db (diff) |
Doc fix
-rw-r--r-- | doc/manual/filters.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/filters.rst b/doc/manual/filters.rst index cb8f010b6..e8016eac7 100644 --- a/doc/manual/filters.rst +++ b/doc/manual/filters.rst @@ -209,7 +209,7 @@ a case where that is useful:: Pipe pipe(new Base64_Decoder, get_cipher("AES-128", key, iv, DECRYPTION), new Fork( - 0, // this message gets ciphertext + 0, // this message gets plaintext new MAC_Filter("HMAC(SHA-1)", mac_key) ) ); |