allow building a VERIFYONLY version that's considerably smaller.
authortedu <tedu@openbsd.org>
Wed, 8 Jan 2014 05:00:01 +0000 (05:00 +0000)
committertedu <tedu@openbsd.org>
Wed, 8 Jan 2014 05:00:01 +0000 (05:00 +0000)
commit665ab7d9266b9979b4c4aa5f8a9cc87974f1ab65
treec167d11c898dbb345a10445ae29a8ead731f74b8
parent349c5cd28ec89f7fc2f917deae2bade27608d670
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
usr.bin/signify/Makefile
usr.bin/signify/mod_ed25519.c [new file with mode: 0644]
usr.bin/signify/mod_ge25519.c [new file with mode: 0644]
usr.bin/signify/signify.c