diff options
author | lloyd <[email protected]> | 2010-10-13 13:10:31 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-10-13 13:10:31 +0000 |
commit | 3f641af95c6ce8bebc7afa5d75ae41c6da0d7714 (patch) | |
tree | 887a2de22865b67af068eb5d8c17a375e8e60d5f /doc | |
parent | 55550067fd69850c767cc9800433e1eabfeb5da2 (diff) |
Update API doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api.tex b/doc/api.tex index c4a998164..ba1395f40 100644 --- a/doc/api.tex +++ b/doc/api.tex @@ -2023,8 +2023,8 @@ place the result in \arg{out}, or encrypts \arg{block} in place member of each class, which specifies how much data a block cipher can process at one time. Note that BLOCK\_SIZE is not a static class member, meaning you can (given a \type{BlockCipher*} named -\arg{cipher}), call \verb|cipher->BLOCK_SIZE| to get the block size of -that particular object. \type{BlockCipher}s have similar functions +\arg{cipher}), call \verb|cipher->block_size()| to get the block size +of that particular object. \type{BlockCipher}s have similar functions \function{decrypt}, which perform the inverse operation. \begin{verbatim} |