diff options
author | Bruce Yinhe <[email protected]> | 2014-09-29 09:22:24 +0200 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2014-09-29 09:22:24 +0200 |
commit | 585052c164623a227e7ae8112b2a023872672159 (patch) | |
tree | e6ad3d69c4de3e0930ab0631f8b0fd667a19eca1 /lib/crypto/doc | |
parent | 7112989c5d6272161c08a69b849373dbf5342baf (diff) | |
parent | 6b240f6d882a10707ff2dea4e171a2d9599b3746 (diff) | |
download | otp-585052c164623a227e7ae8112b2a023872672159.tar.gz otp-585052c164623a227e7ae8112b2a023872672159.tar.bz2 otp-585052c164623a227e7ae8112b2a023872672159.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/crypto/doc')
-rw-r--r-- | lib/crypto/doc/src/crypto.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index cdeeaaaf43..271130a9e6 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -712,7 +712,7 @@ <p>Decrypts <c>CipherText</c> according to the stream cipher <c>Type</c> specified in stream_init/3. <c>PlainText</c> can be any number of bytes. The initial <c>State</c> is created using <seealso marker="#stream_init-2">stream_init</seealso>. - <c>NewState</c> must be passed into the next call to <c>stream_encrypt</c>.</p> + <c>NewState</c> must be passed into the next call to <c>stream_decrypt</c>.</p> </desc> </func> |