Extracted from Pike v7.8 release 866 at 2016-11-06.
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 SHA1 , 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