Patches contributed by David E. Cross" <crossd@cs.rpi.edu> to add
authorSam Hartman <hartmans@mit.edu>
Thu, 18 Oct 2001 19:38:48 +0000 (19:38 +0000)
committerSam Hartman <hartmans@mit.edu>
Thu, 18 Oct 2001 19:38:48 +0000 (19:38 +0000)
commit0642372c8ce6283554babcdbf922054643d0612f
tree9575d1da9d5e321df610fb5c09b5dc6dc0e11d7a
parente6243edd66e20cac29fdb4608b283ed9c647c0c7
Patches contributed by David E. Cross" <crossd@cs.rpi.edu> to add
RC4-hmac support.  This directory is taken from a diff at a url posted
to krbdev with krb5int_hash_md5 substituted for krb5_hash_md5 so that
the code would compile.
krb5int_enc_arcfour has been substituted for krb5_enc_arcfour as well.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13818 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/arcfour/Makefile.in [new file with mode: 0644]
src/lib/crypto/arcfour/arcfour-int.h [new file with mode: 0644]
src/lib/crypto/arcfour/arcfour.c [new file with mode: 0644]
src/lib/crypto/arcfour/arcfour.h [new file with mode: 0644]
src/lib/crypto/arcfour/string_to_key.c [new file with mode: 0644]