Documentation
¶
Overview ¶
Package keccak implements the Keccak (SHA-3) hash algorithm. http://keccak.noekeon.org / FIPS 202 draft.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSHA3224 ¶
NewSHA3224 returns a new hash.Hash computing SHA3-224 as specified in the FIPS 202 draft.
func NewSHA3256 ¶
NewSHA3256 returns a new hash.Hash computing SHA3-256 as specified in the FIPS 202 draft.
func NewSHA3384 ¶
NewSHA3384 returns a new hash.Hash computing SHA3-384 as specified in the FIPS 202 draft.
func NewSHA3512 ¶
NewSHA3512 returns a new hash.Hash computing SHA3-512 as specified in the FIPS 202 draft.
func NewSHAKE128 ¶
NewSHAKE128 returns a new hash.Hash computing SHAKE128 with a n*8 bit output as specified in the FIPS 202 draft.
func NewSHAKE256 ¶
NewSHAKE256 returns a new hash.Hash computing SHAKE256 with a n*8 bit output as specified in the FIPS 202 draft.
Types ¶
This section is empty.