Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Crypto
Crypto.SHA256

Module Crypto.SHA256

Description

SHA256 is another hash function specified by NIST, intended as a replacement for SHA , generating larger digests. It outputs hash values of 256 bits, or 32 octets.


Inherit SHA256_Info

inherit Nettle.SHA256_Info : SHA256_Info


Inherit Hash

inherit .Hash : Hash