Outstanding! Not only are the slightly mysterious authors of this project not inventing their own crypto, they rely on djb's[0] much acclaimed NaCL/TweetNaCl. The codebase is accordingly small: $ wc -l source/*/*c | tail -n1 11308 total $ wc -l source/crypto/*c | tail -n1 1293 total The first line suggests a measure of total code ballast, whereas the second incantation might hint at the amount of core crypto code. Th…
for comparison, the openbsd version of openssh's sshd compiles just under 20k lines, and the openbsd version is supposed to be much smaller than the "portable" version of openssh.