Skip to content
Snippets Groups Projects
Commit c6f5e3af authored by Brian Warner's avatar Brian Warner
Browse files

README: add Changes section to document the low-level API changes

parent 8d55e676
No related branches found
No related tags found
No related merge requests found
......@@ -37,3 +37,14 @@ Features
* Secret-key encryption
* Public-key encryption
* HMAC (coming soon)
Changes
-------
* 0.3.0: the low-level API (`nacl.c.*`) has been changed to match the
upstream NaCl C/C++ conventions (as well as those of other NaCl bindings).
The order of arguments and return values has changed significantly. If you
have code which calls these functions (e.g. `nacl.c.crypto_box_keypair()`),
you must review the new docstrings and update your code to match the new
conventions.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment