Add Yarrow from http://www.zeroknowledge.com/
authorSam Hartman <hartmans@mit.edu>
Thu, 8 Nov 2001 21:51:58 +0000 (21:51 +0000)
committerSam Hartman <hartmans@mit.edu>
Thu, 8 Nov 2001 21:51:58 +0000 (21:51 +0000)
commitf6194bd50cadcf6bd8606e864334fddc2cfe1bb6
treed0c3d8865bd7b041f504d8fc66f4a1d842765646
parentd5b76d7b09f9bbc035239583d892946db284ed96
Add Yarrow from http://www.zeroknowledge.com/

This is version 0.1 of their Yarrow implementation.  I have flattened the distribution,
copying files in the src directory directly into this directory.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13969 dc483132-0cff-0310-8789-dd5450dbe970
18 files changed:
src/lib/crypto/yarrow/ASSUMPTIONS [new file with mode: 0644]
src/lib/crypto/yarrow/LICENSE [new file with mode: 0644]
src/lib/crypto/yarrow/Makefile [new file with mode: 0644]
src/lib/crypto/yarrow/README [new file with mode: 0644]
src/lib/crypto/yarrow/TODO [new file with mode: 0644]
src/lib/crypto/yarrow/yarrow.c [new file with mode: 0644]
src/lib/crypto/yarrow/yarrow.h [new file with mode: 0644]
src/lib/crypto/yarrow/yarrow.man [new file with mode: 0644]
src/lib/crypto/yarrow/yarrow.pod [new file with mode: 0644]
src/lib/crypto/yarrow/ycipher.h [new file with mode: 0644]
src/lib/crypto/yarrow/yexcep.h [new file with mode: 0644]
src/lib/crypto/yarrow/yhash.h [new file with mode: 0644]
src/lib/crypto/yarrow/ylock.h [new file with mode: 0644]
src/lib/crypto/yarrow/yseed.c [new file with mode: 0644]
src/lib/crypto/yarrow/ystate.c [new file with mode: 0644]
src/lib/crypto/yarrow/ystate.h [new file with mode: 0644]
src/lib/crypto/yarrow/ytest.c [new file with mode: 0644]
src/lib/crypto/yarrow/ytypes.h [new file with mode: 0644]