• Pieter Hintjens's avatar
    Problem: tweetnacl sources are a mess · f8ed793f
    Pieter Hintjens authored
    - they have no copyright / license statement
    - they are in some randomish directory structure
    - they are a mix of postable and non-portable files
    - they do not conform to conditional compile environment
    
    Overall, it makes it rather more work than needed, in build scripts.
    
    Solution: clean up tweetnacl sauce.
    
    - merged code into single tweetnacl.c and .h
    - standard copyright header, DJB to AUTHORS
    - moved into src/ along with all other source files
    - all system and conditional compilation hidden in these files
    - thus, they can be compiled and packaged in all cases
    - ZMQ_USE_TWEETNACL is set when we're using built-in tweetnacl
    - HAVE_LIBSODIUM is set when we're using external libsodium
    f8ed793f
Name
Last commit
Last update
..
android Loading commit data...
cmake Loading commit data...
cygwin Loading commit data...
mingw32 Loading commit data...
msvc Loading commit data...
nuget Loading commit data...
openwrt Loading commit data...
tweetnacl Loading commit data...
valgrind Loading commit data...
zos Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...