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