Skip to content
Snippets Groups Projects
Commit 61cc9f2c authored by Paul Kehrer's avatar Paul Kehrer
Browse files

Merge pull request #89 from Ayrx/add-utils-docs

Added documentation for nacl.utils
parents aba42723 b3abea89
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ Support Features ...@@ -20,6 +20,7 @@ Support Features
encoding encoding
exceptions exceptions
utils
Api Documentation Api Documentation
......
Utility Classes
===============
.. class:: EncryptedMessage
A ``bytes`` subclass that holds a message that has been encrypted by a
:class:`~nacl.secret.SecretBox` or :class:`~nacl.public.Box`. The full
content of the ``bytes`` object is the combined ``nonce`` and
``ciphertext``.
.. attribute:: nonce
The nonce used during the encryption of the :class:`EncryptedMessage`.
.. attribute:: ciphertext
The ciphertext contained within the :class:`EncryptedMessage`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment