chiark / gitweb /
Rearrange the file tree.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 2 Jun 2013 11:54:11 +0000 (12:54 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 22 Jun 2013 14:52:06 +0000 (15:52 +0100)
commit0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a
tree11b4057a855dd055d20717f0cb5adf7910b50b20
parentba6e6b64033b1f9de49feccb5c9cd438354481f7
Rearrange the file tree.

It's actually, like, a tree now.  Testing is a bit wobbly: you really do
have to make the library before the tests will build.  I don't like
this, but the pieces of the library are all rather intertwined.

One small piece of unintertwining: `strongprime.c' no longer includes
`rand.h', which detaches the mathematical code from the symmetric-crypto
build system disaster.

Test files have been moved into `t/' directories as is now established
practice.

Also take the opportunity to eradicate the CVS `$Id...$' droppings.
488 files changed:
.gitignore
.links
Makefile.am
base/Makefile.am [new file with mode: 0644]
base/arena.c [moved from arena.c with 97% similarity]
base/arena.h [moved from arena.h with 97% similarity]
base/ct.c [moved from ct.c with 100% similarity]
base/ct.h [moved from ct.h with 100% similarity]
base/keysz-conv.c [moved from keysz-conv.c with 100% similarity]
base/keysz.c [moved from keysz.c with 97% similarity]
base/keysz.h [moved from keysz.h with 100% similarity]
base/lmem.c [moved from lmem.c with 99% similarity]
base/lmem.h [moved from lmem.h with 98% similarity]
base/paranoia.h [moved from paranoia.h with 96% similarity]
build-setup
calc/ec2.cal
calc/ecp.cal
calc/gfx-test.cal
calc/gfx.cal
configure.ac
key/Makefile.am [new file with mode: 0644]
key/key-attr.c [moved from key-attr.c with 99% similarity]
key/key-binary.c [moved from key-binary.c with 99% similarity]
key/key-data.c [moved from key-data.c with 99% similarity]
key/key-data.h [moved from key-data.h with 99% similarity]
key/key-error.c [moved from key-error.c with 99% similarity]
key/key-error.h [moved from key-error.h with 99% similarity]
key/key-fetch.c [moved from key-fetch.c with 99% similarity]
key/key-file.c [moved from key-file.c with 99% similarity]
key/key-flags.c [moved from key-flags.c with 99% similarity]
key/key-io.c [moved from key-io.c with 99% similarity]
key/key-misc.c [moved from key-misc.c with 99% similarity]
key/key-moan.c [moved from key-moan.c with 96% similarity]
key/key-pack.c [moved from key-pack.c with 99% similarity]
key/key-pass.c [moved from key-pass.c with 99% similarity]
key/key-text.c [moved from key-text.c with 99% similarity]
key/key.h [moved from key.h with 99% similarity]
key/passphrase.c [moved from passphrase.c with 99% similarity]
key/passphrase.h [moved from passphrase.h with 99% similarity]
key/pixie-common.c [moved from pixie-common.c with 99% similarity]
key/pixie.h [moved from pixie.h with 99% similarity]
manual/catacomb.tex
math/Makefile.am [new file with mode: 0644]
math/bin-gentab.awk [moved from bin-gentab.awk with 95% similarity]
math/bintab.h [moved from bintab.h with 99% similarity]
math/bintab.in [moved from bintab.in with 99% similarity]
math/bitops.h [moved from bitops.h with 96% similarity]
math/bittest.c [moved from bittest.c with 96% similarity]
math/buf.c [moved from buf.c with 99% similarity]
math/buf.h [moved from buf.h with 99% similarity]
math/ec-bin.c [moved from ec-bin.c with 99% similarity]
math/ec-exp.c [moved from ec-exp.c with 99% similarity]
math/ec-exp.h [moved from ec-exp.h with 97% similarity]
math/ec-fetch.c [moved from ec-fetch.c with 97% similarity]
math/ec-gentab.awk [moved from ec-gentab.awk with 96% similarity]
math/ec-guts.h [moved from ec-guts.h with 99% similarity]
math/ec-info.c [moved from ec-info.c with 99% similarity]
math/ec-keys.h [moved from ec-keys.h with 97% similarity]
math/ec-prime.c [moved from ec-prime.c with 99% similarity]
math/ec-raw.c [moved from ec-raw.c with 97% similarity]
math/ec-raw.h [moved from ec-raw.h with 97% similarity]
math/ec-test.c [moved from ec-test.c with 99% similarity]
math/ec-test.h [moved from ec-test.h with 96% similarity]
math/ec.c [moved from ec.c with 99% similarity]
math/ec.h [moved from ec.h with 99% similarity]
math/ectab.h [moved from ectab.h with 97% similarity]
math/ectab.in [moved from ectab.in with 99% similarity]
math/exp.c [moved from exp.c with 97% similarity]
math/exp.h [moved from exp.h with 99% similarity]
math/f-binpoly.c [moved from f-binpoly.c with 99% similarity]
math/f-niceprime.c [moved from f-niceprime.c with 99% similarity]
math/f-prime.c [moved from f-prime.c with 99% similarity]
math/field-exp.c [moved from field-exp.c with 99% similarity]
math/field-exp.h [moved from field-exp.h with 99% similarity]
math/field-guts.h [moved from field-guts.h with 99% similarity]
math/field-parse.c [moved from field-parse.c with 97% similarity]
math/field.c [moved from field.c with 99% similarity]
math/field.h [moved from field.h with 99% similarity]
math/g-bin.c [moved from g-bin.c with 99% similarity]
math/g-ec.c [moved from g-ec.c with 99% similarity]
math/g-prime.c [moved from g-prime.c with 99% similarity]
math/genlimits.c [moved from genlimits.c with 99% similarity]
math/genprimes.c [moved from genprimes.c with 98% similarity]
math/genwheel.c [moved from genwheel.c with 100% similarity]
math/gf-arith.c [moved from gf-arith.c with 99% similarity]
math/gf-exp.c [moved from gf-exp.c with 99% similarity]
math/gf-exp.h [moved from gf-exp.h with 99% similarity]
math/gf-gcd.c [moved from gf-gcd.c with 99% similarity]
math/gf.h [moved from gf.h with 99% similarity]
math/gfn.c [moved from gfn.c with 98% similarity]
math/gfn.h [moved from gfn.h with 98% similarity]
math/gfreduce-exp.h [moved from gfreduce-exp.h with 96% similarity]
math/gfreduce.c [moved from gfreduce.c with 99% similarity]
math/gfreduce.h [moved from gfreduce.h with 98% similarity]
math/gfx-kmul.c [moved from gfx-kmul.c with 99% similarity]
math/gfx-sqr-mktab.c [moved from gfx-sqr-mktab.c with 97% similarity]
math/gfx-sqr.c [moved from gfx-sqr.c with 98% similarity]
math/gfx.c [moved from gfx.c with 99% similarity]
math/gfx.h [moved from gfx.h with 98% similarity]
math/group-dstr.c [moved from group-dstr.c with 97% similarity]
math/group-exp.c [moved from group-exp.c with 99% similarity]
math/group-exp.h [moved from group-exp.h with 96% similarity]
math/group-file.c [moved from group-file.c with 96% similarity]
math/group-guts.h [moved from group-guts.h with 99% similarity]
math/group-parse.c [moved from group-parse.c with 97% similarity]
math/group-stdops.c [moved from group-stdops.c with 99% similarity]
math/group-string.c [moved from group-string.c with 97% similarity]
math/group-test.c [moved from group-test.c with 99% similarity]
math/group.h [moved from group.h with 99% similarity]
math/karatsuba.h [moved from karatsuba.h with 98% similarity]
math/limlee.c [moved from limlee.c with 99% similarity]
math/limlee.h [moved from limlee.h with 98% similarity]
math/mp-arith.c [moved from mp-arith.c with 99% similarity]
math/mp-const.c [moved from mp-const.c with 96% similarity]
math/mp-exp.c [moved from mp-exp.c with 99% similarity]
math/mp-exp.h [moved from mp-exp.h with 99% similarity]
math/mp-fibonacci.c [moved from mp-fibonacci.c with 99% similarity]
math/mp-fibonacci.h [moved from mp-fibonacci.h with 100% similarity]
math/mp-gcd.c [moved from mp-gcd.c with 99% similarity]
math/mp-io.c [moved from mp-io.c with 99% similarity]
math/mp-jacobi.c [moved from mp-jacobi.c with 98% similarity]
math/mp-mem.c [moved from mp-mem.c with 99% similarity]
math/mp-misc.c [moved from mp-misc.c with 97% similarity]
math/mp-modexp.c [moved from mp-modexp.c with 97% similarity]
math/mp-modsqrt.c [moved from mp-modsqrt.c with 97% similarity]
math/mp-sqrt.c [moved from mp-sqrt.c with 98% similarity]
math/mp-test.c [moved from mp-test.c with 96% similarity]
math/mp.h [moved from mp.h with 99% similarity]
math/mparena.c [moved from mparena.c with 99% similarity]
math/mparena.h [moved from mparena.h with 98% similarity]
math/mpbarrett-exp.c [moved from mpbarrett-exp.c with 97% similarity]
math/mpbarrett-exp.h [moved from mpbarrett-exp.h with 96% similarity]
math/mpbarrett-mexp.c [moved from mpbarrett-mexp.c with 98% similarity]
math/mpbarrett.c [moved from mpbarrett.c with 98% similarity]
math/mpbarrett.h [moved from mpbarrett.h with 99% similarity]
math/mpcrt.c [moved from mpcrt.c with 99% similarity]
math/mpcrt.h [moved from mpcrt.h with 98% similarity]
math/mpdump.c [moved from mpdump.c with 97% similarity]
math/mpint.c [moved from mpint.c with 97% similarity]
math/mpint.h [moved from mpint.h with 99% similarity]
math/mpmont-exp.c [moved from mpmont-exp.c with 98% similarity]
math/mpmont-exp.h [moved from mpmont-exp.h with 96% similarity]
math/mpmont-mexp.c [moved from mpmont-mexp.c with 98% similarity]
math/mpmont.c [moved from mpmont.c with 99% similarity]
math/mpmont.h [moved from mpmont.h with 99% similarity]
math/mpmul.c [moved from mpmul.c with 97% similarity]
math/mpmul.h [moved from mpmul.h with 98% similarity]
math/mprand.c [moved from mprand.c with 98% similarity]
math/mprand.h [moved from mprand.h with 97% similarity]
math/mpreduce-exp.h [moved from mpreduce-exp.h with 96% similarity]
math/mpreduce.c [moved from mpreduce.c with 99% similarity]
math/mpreduce.h [moved from mpreduce.h with 99% similarity]
math/mpscan.c [moved from mpscan.c with 98% similarity]
math/mpscan.h [moved from mpscan.h with 98% similarity]
math/mptext-dstr.c [moved from mptext-dstr.c with 97% similarity]
math/mptext-file.c [moved from mptext-file.c with 96% similarity]
math/mptext-len.c [moved from mptext-len.c with 99% similarity]
math/mptext-string.c [moved from mptext-string.c with 97% similarity]
math/mptext.c [moved from mptext.c with 99% similarity]
math/mptext.h [moved from mptext.h with 99% similarity]
math/mptypes.c [moved from mptypes.c with 99% similarity]
math/mpw.h [moved from mpw.h with 97% similarity]
math/mpx-kmul.c [moved from mpx-kmul.c with 99% similarity]
math/mpx-ksqr.c [moved from mpx-ksqr.c with 98% similarity]
math/mpx.c [moved from mpx.c with 99% similarity]
math/mpx.h [moved from mpx.h with 99% similarity]
math/p-gentab.awk [moved from p-gentab.awk with 98% similarity]
math/pfilt.c [moved from pfilt.c with 99% similarity]
math/pfilt.h [moved from pfilt.h with 98% similarity]
math/pgen-gcd.c [moved from pgen-gcd.c with 97% similarity]
math/pgen-simul.c [moved from pgen-simul.c with 99% similarity]
math/pgen-stdev.c [moved from pgen-stdev.c with 97% similarity]
math/pgen.c [moved from pgen.c with 99% similarity]
math/pgen.h [moved from pgen.h with 99% similarity]
math/prim.c [moved from prim.c with 97% similarity]
math/prim.h [moved from prim.h with 97% similarity]
math/primeiter.c [moved from primeiter.c with 99% similarity]
math/primeiter.h [moved from primeiter.h with 100% similarity]
math/ptab.h [moved from ptab.h with 96% similarity]
math/ptab.in [moved from ptab.in with 99% similarity]
math/qdparse.c [moved from qdparse.c with 98% similarity]
math/qdparse.h [moved from qdparse.h with 97% similarity]
math/rabin.c [moved from rabin.c with 99% similarity]
math/rabin.h [moved from rabin.h with 99% similarity]
math/rho.c [moved from rho.c with 99% similarity]
math/rho.h [moved from rho.h with 98% similarity]
math/strongprime.c [moved from strongprime.c with 98% similarity]
math/strongprime.h [moved from strongprime.h with 98% similarity]
math/t/ec [moved from tests/ec with 99% similarity]
math/t/gf [moved from tests/gf with 99% similarity]
math/t/gfn [moved from tests/gfn with 96% similarity]
math/t/gfreduce [moved from tests/gfreduce with 99% similarity]
math/t/gfx [moved from tests/gfx with 99% similarity]
math/t/group [moved from tests/group with 99% similarity]
math/t/mp [moved from tests/mp with 99% similarity]
math/t/mpbarrett [moved from tests/mpbarrett with 99% similarity]
math/t/mpcrt [moved from tests/mpcrt with 92% similarity]
math/t/mpint [moved from tests/mpint with 94% similarity]
math/t/mpmont [moved from tests/mpmont with 99% similarity]
math/t/mpreduce [moved from tests/mpreduce with 99% similarity]
math/t/mptext [moved from tests/mptext with 99% similarity]
math/t/mpx [moved from tests/mpx with 99% similarity]
math/t/mpx-gen [moved from tests/mpx-gen with 97% similarity]
math/t/pgen [moved from tests/pgen with 96% similarity]
misc/Makefile.am [new file with mode: 0644]
misc/gfshare-mktab.c [moved from gfshare-mktab.c with 97% similarity]
misc/gfshare.c [moved from gfshare.c with 99% similarity]
misc/gfshare.h [moved from gfshare.h with 99% similarity]
misc/share.c [moved from share.c with 99% similarity]
misc/share.h [moved from share.h with 99% similarity]
mkpgroups [deleted file]
papers/rand.tex
pcheck.pl [deleted file]
progs/Makefile.am [new file with mode: 0644]
progs/catcrypt.1 [moved from catcrypt.1 with 100% similarity]
progs/catcrypt.c [moved from catcrypt.c with 99% similarity]
progs/catsign.1 [moved from catsign.1 with 100% similarity]
progs/catsign.c [moved from catsign.c with 99% similarity]
progs/cc-enc.c [moved from cc-enc.c with 99% similarity]
progs/cc-hash.c [moved from cc-hash.c with 100% similarity]
progs/cc-kem.c [moved from cc-kem.c with 99% similarity]
progs/cc-list.c [moved from cc-list.c with 99% similarity]
progs/cc-progress.c [moved from cc-progress.c with 100% similarity]
progs/cc-sig.c [moved from cc-sig.c with 99% similarity]
progs/cc-subcmd.c [moved from cc-subcmd.c with 99% similarity]
progs/cc.h [moved from cc.h with 99% similarity]
progs/cookie.1 [moved from cookie.1 with 100% similarity]
progs/cookie.c [moved from cookie.c with 99% similarity]
progs/dsig.1 [moved from dsig.1 with 100% similarity]
progs/dsig.c [moved from dsig.c with 99% similarity]
progs/factorial.c [moved from factorial.c with 98% similarity]
progs/fibonacci.c [moved from fibonacci.c with 100% similarity]
progs/hashsum.1 [moved from hashsum.1 with 100% similarity]
progs/hashsum.c [moved from hashsum.c with 99% similarity]
progs/key.1 [moved from key.1 with 100% similarity]
progs/key.c [moved from keyutil.c with 99% similarity]
progs/keyring.5 [moved from keyring.5 with 100% similarity]
progs/mkphrase.1 [moved from mkphrase.1 with 100% similarity]
progs/mkphrase.c [moved from mkphrase.c with 99% similarity]
progs/perftest.c [moved from perftest.c with 99% similarity]
progs/pixie.1 [moved from pixie.1 with 100% similarity]
progs/pixie.c [moved from pixie.c with 99% similarity]
progs/rspit.c [moved from rspit.c with 99% similarity]
progs/xpixie [moved from xpixie with 100% similarity]
pub/Makefile.am [new file with mode: 0644]
pub/bbs-fetch.c [moved from bbs-fetch.c with 97% similarity]
pub/bbs-gen.c [moved from bbs-gen.c with 98% similarity]
pub/bbs-jump.c [moved from bbs-jump.c with 99% similarity]
pub/bbs-rand.c [moved from bbs-rand.c with 99% similarity]
pub/bbs.h [moved from bbs.h with 99% similarity]
pub/dh-check.c [moved from dh-check.c with 98% similarity]
pub/dh-fetch.c [moved from dh-fetch.c with 97% similarity]
pub/dh-gen.c [moved from dh-gen.c with 98% similarity]
pub/dh-kcdsa.c [moved from dh-kcdsa.c with 99% similarity]
pub/dh-limlee.c [moved from dh-limlee.c with 98% similarity]
pub/dh-param.c [moved from dh-param.c with 99% similarity]
pub/dh.h [moved from dh.h with 99% similarity]
pub/dsa-check.c [moved from dsa-check.c with 97% similarity]
pub/dsa-gen.c [moved from dsa-gen.c with 98% similarity]
pub/dsa-misc.c [moved from dsa-misc.c with 100% similarity]
pub/dsa-sign.c [moved from dsa-sign.c with 97% similarity]
pub/dsa-verify.c [moved from dsa-verify.c with 97% similarity]
pub/dsa.h [moved from dsa.h with 99% similarity]
pub/gdsa.c [moved from gdsa.c with 99% similarity]
pub/gdsa.h [moved from gdsa.h with 99% similarity]
pub/gkcdsa.c [moved from gkcdsa.c with 99% similarity]
pub/gkcdsa.h [moved from gkcdsa.h with 99% similarity]
pub/keycheck-mp.c [moved from keycheck-mp.c with 97% similarity]
pub/keycheck-report.c [moved from keycheck-report.c with 96% similarity]
pub/keycheck.c [moved from keycheck.c with 97% similarity]
pub/keycheck.h [moved from keycheck.h with 98% similarity]
pub/oaep.c [moved from oaep.c with 98% similarity]
pub/pkcs1.c [moved from pkcs1.c with 99% similarity]
pub/pss.c [moved from pss.c with 98% similarity]
pub/rsa-fetch.c [moved from rsa-fetch.c with 97% similarity]
pub/rsa-gen.c [moved from rsa-gen.c with 99% similarity]
pub/rsa-priv.c [moved from rsa-priv.c with 99% similarity]
pub/rsa-pub.c [moved from rsa-pub.c with 98% similarity]
pub/rsa-recover.c [moved from rsa-recover.c with 98% similarity]
pub/rsa-test.c [moved from rsa-test.c with 99% similarity]
pub/rsa.h [moved from rsa.h with 99% similarity]
pub/t/bbs [moved from tests/bbs with 95% similarity]
pub/t/dsa [moved from tests/dsa with 99% similarity]
pub/t/gdsa [moved from tests/gdsa with 99% similarity]
pub/t/gkcdsa [moved from tests/gkcdsa with 98% similarity]
pub/t/rsa [moved from tests/rsa with 99% similarity]
rand/Makefile.am [new file with mode: 0644]
rand/dsarand.c [moved from dsarand.c with 99% similarity]
rand/dsarand.h [moved from dsarand.h with 98% similarity]
rand/fibrand.c [moved from fibrand.c with 98% similarity]
rand/fibrand.h [moved from fibrand.h with 98% similarity]
rand/fipstest.c [moved from fipstest.c with 98% similarity]
rand/fipstest.h [moved from fipstest.h with 96% similarity]
rand/grand.c [moved from grand.c with 98% similarity]
rand/grand.h [moved from grand.h with 98% similarity]
rand/lcrand.c [moved from lcrand.c with 98% similarity]
rand/lcrand.h [moved from lcrand.h with 98% similarity]
rand/maurer.c [moved from maurer.c with 99% similarity]
rand/maurer.h [moved from maurer.h with 98% similarity]
rand/noise.c [moved from noise.c with 99% similarity]
rand/noise.h [moved from noise.h with 98% similarity]
rand/rand.c [moved from rand.c with 99% similarity]
rand/rand.h [moved from rand.h with 99% similarity]
rand/sslprf.c [moved from sslprf.c with 98% similarity]
rand/sslprf.h [moved from sslprf.h with 98% similarity]
rand/t/lcrand [moved from tests/lcrand with 92% similarity]
rand/t/sslprf [moved from tests/sslprf with 94% similarity]
rand/t/tlsprf [moved from tests/tlsprf with 93% similarity]
rand/tlsprf.c [moved from tlsprf.c with 99% similarity]
rand/tlsprf.h [moved from tlsprf.h with 99% similarity]
symm/Makefile.am [new file with mode: 0644]
symm/aes-trans [moved from tests/aes-trans with 100% similarity]
symm/blkc.h [moved from blkc.h with 99% similarity]
symm/blowfish-mktab.c [moved from blowfish-mktab.c with 98% similarity]
symm/blowfish.c [moved from blowfish.c with 98% similarity]
symm/blowfish.h [moved from blowfish.h with 98% similarity]
symm/cast-base.h [moved from cast-base.h with 97% similarity]
symm/cast-s.c [moved from cast-s.c with 95% similarity]
symm/cast-sk.c [moved from cast-sk.c with 95% similarity]
symm/cast-tab.h [moved from cast-tab.h with 99% similarity]
symm/cast128.c [moved from cast128.c with 99% similarity]
symm/cast128.h [moved from cast128.h with 98% similarity]
symm/cast256.c [moved from cast256.c with 99% similarity]
symm/cast256.h [moved from cast256.h with 98% similarity]
symm/cbc-def.h [moved from cbc-def.h with 99% similarity]
symm/cbc.h [moved from cbc.h with 99% similarity]
symm/cfb-def.h [moved from cfb-def.h with 99% similarity]
symm/cfb.h [moved from cfb.h with 99% similarity]
symm/counter-def.h [moved from counter-def.h with 99% similarity]
symm/counter.h [moved from counter.h with 99% similarity]
symm/crc32.c [moved from crc32.c with 97% similarity]
symm/crc32.h [moved from crc32.h with 96% similarity]
symm/daftstory.h [moved from daftstory.h with 97% similarity]
symm/des-base.c [moved from des-base.c with 95% similarity]
symm/des-base.h [moved from des-base.h with 98% similarity]
symm/des-mktab.c [moved from des-mktab.c with 99% similarity]
symm/des.c [moved from des.c with 99% similarity]
symm/des.h [moved from des.h with 99% similarity]
symm/des3.c [moved from des3.c with 98% similarity]
symm/des3.h [moved from des3.h with 98% similarity]
symm/desx-tab.h [moved from desx-tab.h with 98% similarity]
symm/desx.c [moved from desx.c with 99% similarity]
symm/desx.h [moved from desx.h with 98% similarity]
symm/ecb-def.h [moved from ecb-def.h with 99% similarity]
symm/ecb.h [moved from ecb.h with 98% similarity]
symm/gcipher.h [moved from gcipher.h with 98% similarity]
symm/ghash-def.h [moved from ghash-def.h with 98% similarity]
symm/ghash.h [moved from ghash.h with 99% similarity]
symm/gmac.h [moved from gmac.h with 97% similarity]
symm/gthingtab.c.in [moved from gthingtab.c.in with 100% similarity]
symm/has160.c [moved from has160.c with 99% similarity]
symm/has160.h [moved from has160.h with 98% similarity]
symm/hash.h [moved from hash.h with 99% similarity]
symm/hmac-def.h [moved from hmac-def.h with 99% similarity]
symm/hmac.h [moved from hmac.h with 99% similarity]
symm/idea.c [moved from idea.c with 99% similarity]
symm/idea.h [moved from idea.h with 98% similarity]
symm/mars-mktab.c [moved from mars-mktab.c with 99% similarity]
symm/mars.c [moved from mars.c with 99% similarity]
symm/mars.h [moved from mars.h with 98% similarity]
symm/md2-tab.h [moved from md2-tab.h with 98% similarity]
symm/md2.c [moved from md2.c with 99% similarity]
symm/md2.h [moved from md2.h with 98% similarity]
symm/md4.c [moved from md4.c with 99% similarity]
symm/md4.h [moved from md4.h with 98% similarity]
symm/md5.c [moved from md5.c with 99% similarity]
symm/md5.h [moved from md5.h with 98% similarity]
symm/mgf-def.h [moved from mgf-def.h with 99% similarity]
symm/mgf.h [moved from mgf.h with 98% similarity]
symm/mode.c.in [moved from mode.c.in with 100% similarity]
symm/mode.h.in [moved from mode.h.in with 100% similarity]
symm/modes.am.in [moved from modes.am.in with 56% similarity]
symm/multigen [moved from multigen with 100% similarity]
symm/noekeon.c [moved from noekeon.c with 99% similarity]
symm/noekeon.h [moved from noekeon.h with 98% similarity]
symm/ofb-def.h [moved from ofb-def.h with 99% similarity]
symm/ofb.h [moved from ofb.h with 99% similarity]
symm/rc2-tab.h [moved from rc2-tab.h with 98% similarity]
symm/rc2.c [moved from rc2.c with 98% similarity]
symm/rc2.h [moved from rc2.h with 98% similarity]
symm/rc4.c [moved from rc4.c with 98% similarity]
symm/rc4.h [moved from rc4.h with 99% similarity]
symm/rc5.c [moved from rc5.c with 99% similarity]
symm/rc5.h [moved from rc5.h with 98% similarity]
symm/rijndael-base.c [moved from rijndael-base.c with 98% similarity]
symm/rijndael-base.h [moved from rijndael-base.h with 97% similarity]
symm/rijndael-mktab.c [moved from rijndael-mktab.c with 99% similarity]
symm/rijndael.c [moved from rijndael.c with 98% similarity]
symm/rijndael.h [moved from rijndael.h with 98% similarity]
symm/rijndael192.c [moved from rijndael192.c with 98% similarity]
symm/rijndael192.h [moved from rijndael192.h with 97% similarity]
symm/rijndael256.c [moved from rijndael256.c with 99% similarity]
symm/rijndael256.h [moved from rijndael256.h with 97% similarity]
symm/rmd128.c [moved from rmd128.c with 99% similarity]
symm/rmd128.h [moved from rmd128.h with 98% similarity]
symm/rmd160.c [moved from rmd160.c with 99% similarity]
symm/rmd160.h [moved from rmd160.h with 98% similarity]
symm/rmd256.c [moved from rmd256.c with 99% similarity]
symm/rmd256.h [moved from rmd256.h with 98% similarity]
symm/rmd320.c [moved from rmd320.c with 99% similarity]
symm/rmd320.h [moved from rmd320.h with 98% similarity]
symm/safer-mktab.c [moved from safer-mktab.c with 97% similarity]
symm/safer.c [moved from safer.c with 99% similarity]
symm/safer.h [moved from safer.h with 98% similarity]
symm/safersk.c [moved from safersk.c with 78% similarity]
symm/safersk.h [moved from safersk.h with 77% similarity]
symm/seal.c [moved from seal.c with 99% similarity]
symm/seal.h [moved from seal.h with 98% similarity]
symm/serpent-check.c [moved from serpent-check.c with 98% similarity]
symm/serpent-sbox.h [moved from serpent-sbox.h with 99% similarity]
symm/serpent.c [moved from serpent.c with 99% similarity]
symm/serpent.h [moved from serpent.h with 98% similarity]
symm/sha.c [moved from sha.c with 99% similarity]
symm/sha.h [moved from sha.h with 98% similarity]
symm/sha224.c [moved from sha224.c with 75% similarity]
symm/sha224.h [moved from sha224.h with 69% similarity]
symm/sha256.c [moved from sha256.c with 99% similarity]
symm/sha256.h [moved from sha256.h with 99% similarity]
symm/sha384.c [moved from sha384.c with 75% similarity]
symm/sha384.h [moved from sha384.h with 69% similarity]
symm/sha512.c [moved from sha512.c with 99% similarity]
symm/sha512.h [moved from sha512.h with 99% similarity]
symm/skipjack-tab.h [moved from skipjack-tab.h with 97% similarity]
symm/skipjack.c [moved from skipjack.c with 99% similarity]
symm/skipjack.h [moved from skipjack.h with 98% similarity]
symm/square-mktab.c [moved from square-mktab.c with 99% similarity]
symm/square.c [moved from square.c with 98% similarity]
symm/square.h [moved from square.h with 98% similarity]
symm/t/.gitignore [moved from tests/.gitignore with 66% similarity]
symm/t/blowfish [moved from tests/blowfish with 98% similarity]
symm/t/cast128 [moved from tests/cast128 with 81% similarity]
symm/t/cast256.aes [moved from tests/cast256.aes with 100% similarity]
symm/t/des [moved from tests/des with 98% similarity]
symm/t/des3 [moved from tests/des3 with 96% similarity]
symm/t/desx [moved from tests/desx with 91% similarity]
symm/t/has160 [moved from tests/has160 with 97% similarity]
symm/t/idea [moved from tests/idea with 96% similarity]
symm/t/mars.aes [moved from tests/mars.aes with 100% similarity]
symm/t/md2 [moved from tests/md2 with 98% similarity]
symm/t/md4 [moved from tests/md4 with 97% similarity]
symm/t/md5 [moved from tests/md5 with 98% similarity]
symm/t/noekeon [moved from tests/noekeon with 87% similarity]
symm/t/rc2 [moved from tests/rc2 with 92% similarity]
symm/t/rc4 [moved from tests/rc4 with 91% similarity]
symm/t/rc5 [moved from tests/rc5 with 92% similarity]
symm/t/rijndael.aes [moved from tests/rijndael.aes with 100% similarity]
symm/t/rijndael192 [moved from tests/rijndael192 with 99% similarity]
symm/t/rijndael256 [moved from tests/rijndael256 with 99% similarity]
symm/t/rmd128 [moved from tests/rmd128 with 97% similarity]
symm/t/rmd160 [moved from tests/rmd160 with 98% similarity]
symm/t/rmd256 [moved from tests/rmd256 with 97% similarity]
symm/t/rmd320 [moved from tests/rmd320 with 98% similarity]
symm/t/safer [moved from tests/safer with 81% similarity]
symm/t/safersk [moved from tests/safersk with 80% similarity]
symm/t/seal [moved from tests/seal with 81% similarity]
symm/t/serpent.aes [moved from tests/serpent.aes with 100% similarity]
symm/t/sha [moved from tests/sha with 97% similarity]
symm/t/sha224 [moved from tests/sha224 with 98% similarity]
symm/t/sha256 [moved from tests/sha256 with 98% similarity]
symm/t/sha384 [moved from tests/sha384 with 98% similarity]
symm/t/sha512 [moved from tests/sha512 with 98% similarity]
symm/t/skipjack [moved from tests/skipjack with 98% similarity]
symm/t/square [moved from tests/square with 99% similarity]
symm/t/tea [moved from tests/tea with 99% similarity]
symm/t/tea-test.c [moved from tests/tea-test.c with 100% similarity]
symm/t/tiger [moved from tests/tiger with 98% similarity]
symm/t/twofish.aes [moved from tests/twofish.aes with 100% similarity]
symm/t/whirlpool [moved from tests/whirlpool with 98% similarity]
symm/t/whirlpool256 [moved from tests/whirlpool256 with 98% similarity]
symm/t/xtea [moved from tests/xtea with 98% similarity]
symm/t/xtea-test.c [moved from tests/xtea-test.c with 100% similarity]
symm/tea.c [moved from tea.c with 98% similarity]
symm/tea.h [moved from tea.h with 98% similarity]
symm/tiger-base.h [moved from tiger-base.h with 98% similarity]
symm/tiger-mktab.c [moved from tiger-mktab.c with 98% similarity]
symm/tiger.c [moved from tiger.c with 98% similarity]
symm/tiger.h [moved from tiger.h with 98% similarity]
symm/twofish-mktab.c [moved from twofish-mktab.c with 99% similarity]
symm/twofish.c [moved from twofish.c with 99% similarity]
symm/twofish.h [moved from twofish.h with 98% similarity]
symm/whirlpool-mktab.c [moved from whirlpool-mktab.c with 99% similarity]
symm/whirlpool.c [moved from whirlpool.c with 99% similarity]
symm/whirlpool.h [moved from whirlpool.h with 99% similarity]
symm/whirlpool256.c [moved from whirlpool256.c with 95% similarity]
symm/whirlpool256.h [moved from whirlpool256.h with 93% similarity]
symm/xtea.c [moved from xtea.c with 98% similarity]
symm/xtea.h [moved from xtea.h with 98% similarity]
vars.am [new file with mode: 0644]