NIST-SHA support
authorRichard Basch <probe@mit.edu>
Fri, 10 May 1996 07:16:28 +0000 (07:16 +0000)
committerRichard Basch <probe@mit.edu>
Fri, 10 May 1996 07:16:28 +0000 (07:16 +0000)
commit2e2b512c6fb5b54d43d0cf59f42ae172df574aa2
tree29a011a7b515cb77599d29219df64611ff248c40
parent574b2a5c2fa695ea983ceed7e057df007e03492a
NIST-SHA support

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7966 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/sha/.Sanitize [new file with mode: 0644]
src/lib/crypto/sha/.cvsignore [new file with mode: 0644]
src/lib/crypto/sha/ChangeLog [new file with mode: 0644]
src/lib/crypto/sha/Makefile.in [new file with mode: 0644]
src/lib/crypto/sha/configure.in [new file with mode: 0644]
src/lib/crypto/sha/sha_crypto.c [new file with mode: 0644]
src/lib/crypto/sha/sha_glue.c [new file with mode: 0644]
src/lib/crypto/sha/shs.c [new file with mode: 0644]
src/lib/crypto/sha/shs.h [new file with mode: 0644]
src/lib/crypto/sha/t_shs.c [new file with mode: 0644]