]> git.ozlabs.org Git - ccan/commit
crypto/ripemd160: new module.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 8 Jul 2015 06:34:50 +0000 (16:04 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 8 Jul 2015 06:36:24 +0000 (16:06 +0930)
commit0a76c98f726514245389587c1d361d9281198280
treeb958fffee8cef5116e39f4805238449c5e5b61a3
parent4e6c85eaeb58aaf576b4b2caf3795a8413ff3ec4
crypto/ripemd160: new module.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Makefile-ccan
ccan/crypto/ripemd160/LICENSE [new symlink]
ccan/crypto/ripemd160/_info [new file with mode: 0644]
ccan/crypto/ripemd160/ripemd160.c [new file with mode: 0644]
ccan/crypto/ripemd160/ripemd160.h [new file with mode: 0644]
ccan/crypto/ripemd160/test/run-lotsa-data.c [new file with mode: 0644]
ccan/crypto/ripemd160/test/run-test-vectors.c [new file with mode: 0644]
ccan/crypto/ripemd160/test/run-types.c [new file with mode: 0644]