Pull in all the parts. Let's face the facts -- .PATH from other
authorderaadt <deraadt@openbsd.org>
Tue, 22 Jul 2014 00:41:19 +0000 (00:41 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 22 Jul 2014 00:41:19 +0000 (00:41 +0000)
commitf3180929f7efcc795c77fa3162268c0abf74d2ef
tree802214b162affd1d539c3e11a37ba3fde58e3fe9
parent6cb1baa1bbafe993ca483ba31c2485a6fcd3dd05
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.
usr.bin/signify/Makefile
usr.bin/signify/crypto_api.h [new file with mode: 0644]
usr.bin/signify/fe25519.c [new file with mode: 0644]
usr.bin/signify/fe25519.h [new file with mode: 0644]
usr.bin/signify/ge25519.c [new file with mode: 0644]
usr.bin/signify/ge25519.h [new file with mode: 0644]
usr.bin/signify/ge25519_base.data [new file with mode: 0644]
usr.bin/signify/sc25519.c [new file with mode: 0644]
usr.bin/signify/sc25519.h [new file with mode: 0644]
usr.bin/signify/smult_curve25519_ref.c [new file with mode: 0644]