]> pd.if.org Git - zpackage/commit
add package signing code
authorNathan Wagner <nw@hydaspes.if.org>
Mon, 11 Feb 2019 13:55:17 +0000 (13:55 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Mon, 11 Feb 2019 13:55:17 +0000 (13:55 +0000)
commit7bfbc0423ba40ea5156e06c8fb62bacd5ea93390
tree701be8979bd6dd9f2c30f8663f8263b9803da5db
parent2ae349f5ed63b026cff763b35984dd36b330870a
add package signing code
22 files changed:
Makefile
crypto/libeddsa/lib/bitness.h [new file with mode: 0644]
crypto/libeddsa/lib/burn.c [new file with mode: 0644]
crypto/libeddsa/lib/burn.h [new file with mode: 0644]
crypto/libeddsa/lib/burnstack.c [new file with mode: 0644]
crypto/libeddsa/lib/burnstack.h [new file with mode: 0644]
crypto/libeddsa/lib/compat.h [new file with mode: 0644]
crypto/libeddsa/lib/ed.c [new file with mode: 0644]
crypto/libeddsa/lib/ed.h [new file with mode: 0644]
crypto/libeddsa/lib/ed25519-sha512.c [new file with mode: 0644]
crypto/libeddsa/lib/ed_lookup32.h [new file with mode: 0644]
crypto/libeddsa/lib/ed_lookup64.h [new file with mode: 0644]
crypto/libeddsa/lib/eddsa.h [new file with mode: 0644]
crypto/libeddsa/lib/fld.c [new file with mode: 0644]
crypto/libeddsa/lib/fld.h [new file with mode: 0644]
crypto/libeddsa/lib/limb.h [new file with mode: 0644]
crypto/libeddsa/lib/sc.c [new file with mode: 0644]
crypto/libeddsa/lib/sc.h [new file with mode: 0644]
crypto/libeddsa/lib/sha512.c [new file with mode: 0644]
crypto/libeddsa/lib/sha512.h [new file with mode: 0644]
crypto/libeddsa/lib/x25519.c [new file with mode: 0644]
crypto/libeddsa/sign.c [new file with mode: 0644]