diff options
Diffstat (limited to 'gl/modules/sha512')
-rw-r--r-- | gl/modules/sha512 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gl/modules/sha512 b/gl/modules/sha512 new file mode 100644 index 000000000..d1236f32a --- /dev/null +++ b/gl/modules/sha512 @@ -0,0 +1,25 @@ +Description: +Compute SHA384 and SHA512 checksums. + +Files: +lib/sha512.h +lib/sha512.c +m4/sha512.m4 +lib/u64.h + +Depends-on: +stdint + +configure.ac: +gl_SHA512 + +Makefile.am: + +Include: +"sha512.h" + +License: +LGPLv2+ + +Maintainer: +Jim Meyering |