New module 'unicase/ulc-casecoll'.
[pspp] / lib / sha256.h
index 3aa1ce97bd5802b643e6c2136205a6d8d00d189a..a63b2015d80c85069cbd46a1b78ff1a6940659b7 100644 (file)
@@ -31,8 +31,8 @@ struct sha256_ctx
   uint32_t buffer[32];
 };
 
-enum { SHA224_DIGEST_SIZE = 24 };
-enum { SHA256_DIGEST_SIZE = 32 };
+enum { SHA224_DIGEST_SIZE = 224 / 8 };
+enum { SHA256_DIGEST_SIZE = 256 / 8 };
 
 /* Initialize structure containing state of computation. */
 extern void sha256_init_ctx (struct sha256_ctx *ctx);