package fips140hash

Import Path
	crypto/internal/fips140hash (on go.dev)

Dependency Relation
	imports 4 packages, and imported by 5 packages

Involved Source Files hash.go
Package-Level Functions (total 2)
Unwrap returns h, or a crypto/internal/fips140 inner implementation of h. The return value can be type asserted to one of [crypto/internal/fips140/sha256.Digest], [crypto/internal/fips140/sha512.Digest], or [crypto/internal/fips140/sha3.Digest] if it is a FIPS 140-3 approved hash.
Type Parameters: Hash: hash.Hash UnwrapNew returns a function that calls newHash and applies [Unwrap] to the return value.