- Jul 10, 2014
-
-
Terry Chia authored
-
- Jul 09, 2014
-
-
Brian Warner authored
Check MANIFEST.in automatically
-
- Jul 07, 2014
-
-
Laurens Van Houtven authored
-
Laurens Van Houtven authored
-
Laurens Van Houtven authored
-
Laurens Van Houtven authored
-
- Jul 01, 2014
-
-
Paul Kehrer authored
Check all the things with flake8
-
Alex Gaynor authored
-
- Jun 28, 2014
-
-
Brian Warner authored
add URLSafeBase64Encoder, tests for all encoders
-
Justin Quick authored
-
Justin Quick authored
-
Justin Quick authored
-
- Jun 27, 2014
-
-
Paul Kehrer authored
expose and test crypto_scalarmult
-
- Jun 26, 2014
-
-
Brian Warner authored
The two scalarmult functions always return 0 (they should really have been declared as 'void'). So simply assert that they've returned 0 instead of trying to raise an exception in a code path that will never be exercised or tested.
-
Brian Warner authored
fixes #65
-
Brian Warner authored
Rewrites the docs on SecretBox nonces. Includes more text by @warner. Closes #60
-
Brian Warner authored
-
Jan Varho authored
Now it's consistent with the documentation for public key encryption. The NaCL pages also say random nonces are fine: http://nacl.cr.yp.to/stream.html
-
Brian Warner authored
Add the missing README.rst to MANIFEST.in (it seems like generated tarballs/zipballs already included README.rst, perhaps due to some other fix landed since this branch was created, but it's a good idea to include it in MANIFEST.in anyways) refs #56
-
Justin Quick authored
-
- Jun 25, 2014
-
-
Brian Warner authored
fix the 'wrong keysize' error closes #59
-
Travis J Parker authored
-
Donald Stufft authored
fix argument order of low-level NaCl functions
-
Brian Warner authored
-
Brian Warner authored
-
- Jun 21, 2014
-
-
Brian Warner authored
-
Brian Warner authored
-
Brian Warner authored
-
Brian Warner authored
-
Brian Warner authored
-
Brian Warner authored
It also has a test vector for test_secretbox() that I generated with a C program linked against libnacl.a .
-
- Jun 19, 2014
-
-
Alex Gaynor authored
Issue #62: Set initialized flag to true after loading library.
-
Donald Stufft authored
Make flake8 clean
-
- Jun 18, 2014
-
-
Alex Gaynor authored
-
- Jun 06, 2014
-
-
Chuck Musser authored
-
- Jan 04, 2014
-
-
Laurens Van Houtven authored
Call ffi.cdef() for header files in predictable order Closes #53.
-
- Nov 12, 2013
-
-
Wouter Bolsterlee authored
Always call ffi.cdef() with a consistent ordering of the header files. This avoids problems where CFFI generates different checksums (used in .so filenames) at compile time and runtime, and tries to load the wrong .so file. Fixes issue #53 (https://github.com/pyca/pynacl/issues/53)
-
- Oct 28, 2013
-
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
-