X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsha256.h;h=a63b2015d80c85069cbd46a1b78ff1a6940659b7;hb=b314ca18dc36e59297f66b2508fd58535a1cd724;hp=3aa1ce97bd5802b643e6c2136205a6d8d00d189a;hpb=ef5f9af1559b043755d0af03c31676cd66fa40e7;p=gnulib.git diff --git a/lib/sha256.h b/lib/sha256.h index 3aa1ce97b..a63b2015d 100644 --- a/lib/sha256.h +++ b/lib/sha256.h @@ -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);