Module crypto/sha256

crypto/sha256

SHA-256 hash function (FIPS 180-4), pure Yo implementation.

Example

{ sha256_hex } :: import "std/crypto/sha256";

digest := sha256_hex(data);  // "2cf24dba..."