Go to file
Tony Arcieri c046fe8ccc Rename crypto_sign_publickey to crypto_sign_seed_keypair
The crypto_sign_seed_keypair function is analagous to
crypto_sign_keypair, except it generates a keypair for a seed instead of
a random keypair.

I think this name makes more sense than crypto_sign_publickey.
2013-01-28 21:31:25 -08:00
dist-build Add build scripts for iOS, Android and MSYS. 2013-01-21 21:25:49 -08:00
m4 No need for ax_pthread 2013-01-21 20:37:53 -08:00
src Rename crypto_sign_publickey to crypto_sign_seed_keypair 2013-01-28 21:31:25 -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 add AUTHORS file from designers/implementors files 2013-01-21 23:25:51 -02:00
autogen.sh Don't run autoheader 2013-01-21 18:52:51 -08:00
ChangeLog Fantastic ChangeLog 2013-01-21 19:58:38 -08:00
configure.ac Add -Wsometimes-uninitialized 2013-01-21 20:50:50 -08:00
COPYING Add license file & THANKS file 2013-01-21 19:55:24 -08:00
Makefile.am Add license file & THANKS file 2013-01-21 19:55:24 -08:00
NEWS Fantastic ChangeLog 2013-01-21 19:58:38 -08:00
README Import libnacl from dnscrypt-proxy 2013-01-19 16:02:02 -08:00
README.markdown Point to the /releases/ directory for tarballs. 2013-01-21 21:33:39 -08:00
THANKS Add license file & THANKS file 2013-01-21 19:55:24 -08:00

See README.markdown