Add crypto/sha256 and crypto/sha512 modules from gnulib
authorLeo Liu <sdl.web@gmail.com>
Tue, 21 Jun 2011 08:45:39 +0000 (16:45 +0800)
committerLeo Liu <sdl.web@gmail.com>
Tue, 21 Jun 2011 08:45:39 +0000 (16:45 +0800)
commit3ce9d0d41be2eb2050c73727dac0154109333755
tree2c951b040775dfa8826956dc3ebc32eff13f930c
parent327c8fb10ae31b2733e94333e04d1a30fcc2c0f2
Add crypto/sha256 and crypto/sha512 modules from gnulib
12 files changed:
ChangeLog
Makefile.in
lib/gnulib.mk
lib/makefile.w32-in
lib/sha256.c [new file with mode: 0644]
lib/sha256.h [new file with mode: 0644]
lib/sha512.c [new file with mode: 0644]
lib/sha512.h [new file with mode: 0644]
lib/u64.h [new file with mode: 0644]
m4/gl-comp.m4
m4/sha256.m4 [new file with mode: 0644]
m4/sha512.m4 [new file with mode: 0644]