CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2014/01/07 22:00:01
Modified files: usr.bin/signify: Makefile signify.c Added files: usr.bin/signify: mod_ed25519.c mod_ge25519.c Log message: 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