diff options
| author | David Reid <dreid@dreid.org> | 2013-11-01 14:39:45 -0700 |
|---|---|---|
| committer | David Reid <dreid@dreid.org> | 2013-11-01 14:39:45 -0700 |
| commit | 51a56c26cbd500fdc795450413cbaef660ccb624 (patch) | |
| tree | 56b0854988981a942c22603d684b7e6d0cc245c5 | |
| parent | ce46b89eed2d3a35043910c62f711690cb69c393 (diff) | |
| parent | 14968455bcc00af554a3371138f9ae530ff62afa (diff) | |
| download | cryptography-51a56c26cbd500fdc795450413cbaef660ccb624.tar.gz cryptography-51a56c26cbd500fdc795450413cbaef660ccb624.tar.bz2 cryptography-51a56c26cbd500fdc795450413cbaef660ccb624.zip | |
Merge pull request #210 from alex/docs-fix
fixed rendering
| -rw-r--r-- | docs/hazmat/primitives/cryptographic-hashes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/cryptographic-hashes.rst b/docs/hazmat/primitives/cryptographic-hashes.rst index a939998d..76ca20c0 100644 --- a/docs/hazmat/primitives/cryptographic-hashes.rst +++ b/docs/hazmat/primitives/cryptographic-hashes.rst @@ -36,6 +36,7 @@ Message Digests :return: a new instance of this object with a copied internal state. .. method:: finalize() + Finalize the current context and return the message digest as bytes. Once ``finalize`` is called this object can no longer be used. |
