]> Cypherpunks repositories - gostls13.git/commit
Provides implementation of MD4 hashing algorithm.
authorChris Lennert <calennert@gmail.com>
Tue, 24 Nov 2009 01:44:44 +0000 (17:44 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 24 Nov 2009 01:44:44 +0000 (17:44 -0800)
commit8ebd7f716785c5d6c0cf7543aa12ccac7548884b
treeb1438c10b1d47be8db29f30633c60395629fd746
parentc833a57dac041bc413a35ab4f4baf33d8f5ef7f3
Provides implementation of MD4 hashing algorithm.

See IETF RFC 1320, http://tools.ietf.org/html/rfc1320.
Fixes #279.

R=rsc
https://golang.org/cl/159051
src/pkg/Makefile
src/pkg/crypto/md4/Makefile [new file with mode: 0644]
src/pkg/crypto/md4/md4.go [new file with mode: 0644]
src/pkg/crypto/md4/md4_test.go [new file with mode: 0644]
src/pkg/crypto/md4/md4block.go [new file with mode: 0644]