]> git.ozlabs.org Git - ccan/commit
crypto/sha256: new module.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 25 May 2015 02:08:46 +0000 (11:38 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 25 May 2015 02:08:46 +0000 (11:38 +0930)
commit0d73f8ebb66d2613ecc0b87c6e608de59be110f6
tree934e2784ad1eb7b8465cd9369943917d6853b947
parent7011546929cfc537028eb4fd091104b383b5c86f
crypto/sha256: new module.

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