Nice one although it would have needed more work on that library to meet my requirements. At the moment I have the same service from the two implementations Ecc/ChaCha20 as I would have from sodium. I need it to
* x-compile, MinGW only at the moment (but there will me more) * natively compile Posix (incl. prob. retro Unix) and MinGW * generic import (no so/dll libs) so I end up with a single binary In particular I found the micro uECC on my Debian fully avoiding circumvention of gmp. Also, I want another random generator and Fortune (succeeding Yarrow) seems to be useful (Sodium is based on Salsa20 or /dev/urandom == ChaCha20 akaik). So yes, I would support work on Sodium if I can combine this with my work on the lightweight stuff (have written forensic tools/protocol reverse engineering for the last decade - does not say much though). Jordan
