master
when copying curvy files from ssh, an extra one snuck in. signify doesn't do any kex stuff and doesn't need scalarmult.
reduce size by using equivalent code from libc instead of nacl ok deraadt
g/c unused defines that were only used by nacl's SHA-512 implementation ok tedu@
Pull in all the parts. Let's face the facts -- .PATH from other parts of the tree is PAINFUL for basically everyone upstream, not just for us in our own tree.
Declare ge25519_base as extern, to prevent it from becoming a common. Gets us rid of ``lignment 4 of symbol `crypto_sign_ed25519_ref_ge25519_base' in mod_ge25519.o is smaller than 16 in mod_ed25519.o'' warnings at link time.
allow building a VERIFYONLY version that's considerably smaller. most of the savings comes from eliminating the large constant table in ge25519.c. ok deraadt
a few more blocks can use VERIFYONLY
move to 7.7-beta
only include basename of seckey in gzip header. requested by deraadt to not leak paths.