9f7d27 | #pike __REAL_VERSION__ #pragma strict_types | |||
e1fb09 | #require constant(Nettle.SHA224) | |||
9f7d27 | //! SHA224 is another hash function specified by NIST, intended as a //! replacement for @[SHA1], generating larger digests. It outputs hash //! values of 224 bits, or 28 octets. inherit Nettle.SHA224; |