1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 18:15:18 -07:00
A modern, portable, easy to use crypto library.
Go to file
Frank Denis 5788f3d6a8 Add randombytes wrappers.
These are real wrappers, not globals or macros, in order to make it easier
to use them in different programming languages.
2013-01-21 13:50:00 -08:00
m4 Import libnacl from dnscrypt-proxy 2013-01-19 16:02:02 -08:00
src Add randombytes wrappers. 2013-01-21 13:50:00 -08:00
test Remove libsodium-randombytes. 2013-01-21 12:46:40 -08:00
.gitignore Update .gitignore 2013-01-20 16:06:49 -08:00
AUTHORS Import libnacl from dnscrypt-proxy 2013-01-19 16:02:02 -08:00
autogen.sh libtoolize and get ready for a lot of autotools fun. Not. 2013-01-19 16:37:13 -08:00
ChangeLog Import libnacl from dnscrypt-proxy 2013-01-19 16:02:02 -08:00
configure.ac Use salsa20_random() for randombytes, install libsodium-randombytes DLL. 2013-01-21 12:23:57 -08:00
COPYING Import libnacl from dnscrypt-proxy 2013-01-19 16:02:02 -08:00
Makefile.am Include libltdl in the tarball 2013-01-21 11:39:31 -08:00
NEWS Import libnacl from dnscrypt-proxy 2013-01-19 16:02:02 -08:00
README Import libnacl from dnscrypt-proxy 2013-01-19 16:02:02 -08:00
README.markdown Don't include randombyte - move it to a different library. 2013-01-21 11:32:34 -08:00

See README.markdown