]> git.ozlabs.org Git - ccan/commit
crypto/hmac_sha256: new module.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 30 Nov 2016 03:54:08 +0000 (14:24 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 30 Nov 2016 03:54:08 +0000 (14:24 +1030)
commitd32033ada4a4e5821baef20958ae6de0b54622b2
treee3dbad12d961f08b3c96ede27b0a7e9766e5d57f
parent346058c002415e57c6ed36efcfacb6813150aaa7
crypto/hmac_sha256: new module.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/crypto/hmac_sha256/LICENSE [new symlink]
ccan/crypto/hmac_sha256/_info [new file with mode: 0644]
ccan/crypto/hmac_sha256/hmac_sha256.c [new file with mode: 0644]
ccan/crypto/hmac_sha256/hmac_sha256.h [new file with mode: 0644]
ccan/crypto/hmac_sha256/test/api-rfc4231.c [new file with mode: 0644]