]> andersk Git - moira.git/commit
initial import of gdss from the Athena source tree
authordanw <danw>
Thu, 10 Jul 1997 23:55:56 +0000 (23:55 +0000)
committerdanw <danw>
Thu, 10 Jul 1997 23:55:56 +0000 (23:55 +0000)
commit0095f096223a5695287899050b1f99021e8800bf
treed1b3b8ad987c3560dbb90fcb84eaba5215b8cfda
parent2472a83c6b4632de941603426c355cb602f99851
initial import of gdss from the Athena source tree
57 files changed:
util/gdss/Imakefile [new file with mode: 0644]
util/gdss/gdss_test.c [new file with mode: 0644]
util/gdss/include/BigDyad.h [new file with mode: 0644]
util/gdss/include/BigNum.h [new file with mode: 0644]
util/gdss/include/BigRSA.h [new file with mode: 0644]
util/gdss/include/bigkeygen.h [new file with mode: 0644]
util/gdss/include/bigrsacode.h [new file with mode: 0644]
util/gdss/include/bigsignverify.h [new file with mode: 0644]
util/gdss/include/digital-copyright.h [new file with mode: 0644]
util/gdss/include/gdss.h [new file with mode: 0644]
util/gdss/include/hashes.h [new file with mode: 0644]
util/gdss/include/key_perm.h [new file with mode: 0644]
util/gdss/include/odd.h [new file with mode: 0644]
util/gdss/include/p_table.h [new file with mode: 0644]
util/gdss/include/pamrm.h [new file with mode: 0644]
util/gdss/include/random.h [new file with mode: 0644]
util/gdss/include/read_password.h [new file with mode: 0644]
util/gdss/lib/Imakefile [new file with mode: 0644]
util/gdss/lib/crypto/Imakefile [new file with mode: 0644]
util/gdss/lib/crypto/KeyFromPQ.c [new file with mode: 0644]
util/gdss/lib/crypto/algorithm/DEScrypto.h [new file with mode: 0644]
util/gdss/lib/crypto/algorithm/Imakefile [new file with mode: 0644]
util/gdss/lib/crypto/algorithm/RSAcrypto.h [new file with mode: 0644]
util/gdss/lib/crypto/algorithm/bigkeygen.c [new file with mode: 0644]
util/gdss/lib/crypto/algorithm/bigrsacode.c [new file with mode: 0644]
util/gdss/lib/crypto/algorithm/bigsignverify.c [new file with mode: 0644]
util/gdss/lib/crypto/algorithm/gentables.c [new file with mode: 0644]
util/gdss/lib/crypto/algorithm/hashes.h [new file with mode: 0644]
util/gdss/lib/crypto/algorithm/random.c [new file with mode: 0644]
util/gdss/lib/crypto/algorithm/random.h [new file with mode: 0644]
util/gdss/lib/crypto/algorithm/random_BigNum.c [new file with mode: 0644]
util/gdss/lib/crypto/bignum/Imakefile [new file with mode: 0644]
util/gdss/lib/crypto/bignum/c/KerN.c [new file with mode: 0644]
util/gdss/lib/crypto/bignum/c/bn/bnCmp.c [new file with mode: 0644]
util/gdss/lib/crypto/bignum/c/bn/bnDivide.c [new file with mode: 0644]
util/gdss/lib/crypto/bignum/c/bn/bnInit.c [new file with mode: 0644]
util/gdss/lib/crypto/bignum/c/bn/bnMult.c [new file with mode: 0644]
util/gdss/lib/crypto/bignum/c/bz.c [new file with mode: 0644]
util/gdss/lib/crypto/bignum/c/bzf.c [new file with mode: 0644]
util/gdss/lib/crypto/bignum/c/bztest.c [new file with mode: 0644]
util/gdss/lib/crypto/bignum/c/testKerN.c [new file with mode: 0644]
util/gdss/lib/crypto/bignum/h/BigNum.h [new file with mode: 0644]
util/gdss/lib/crypto/bignum/h/BigZ.h [new file with mode: 0644]
util/gdss/lib/crypto/bignum/h/BntoBnn.h [new file with mode: 0644]
util/gdss/lib/crypto/crypto_util.c [new file with mode: 0644]
util/gdss/lib/crypto/dumphex.c [new file with mode: 0644]
util/gdss/lib/crypto/endian.h [new file with mode: 0644]
util/gdss/lib/crypto/hashes.c [new file with mode: 0644]
util/gdss/lib/crypto/read_password.c [new file with mode: 0644]
util/gdss/lib/crypto/read_privkey.c [new file with mode: 0644]
util/gdss/lib/crypto/read_pubkey.c [new file with mode: 0644]
util/gdss/lib/crypto/testEncodeP.c [new file with mode: 0644]
util/gdss/lib/crypto/testsignverify.c [new file with mode: 0644]
util/gdss/lib/crypto/write [new file with mode: 0644]
util/gdss/lib/crypto/write_pubkey.c [new file with mode: 0644]
util/gdss/lib/gdss.c [new file with mode: 0644]
util/gdss/lib/rgdss.c [new file with mode: 0644]
This page took 0.042932 seconds and 5 git commands to generate.