keccak

package module
v0.0.0-...-5cc5706 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2015 License: BSD-2-Clause Imports: 1 Imported by: 41

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 New224

func New224() hash.Hash

func New256

func New256() hash.Hash

func New384

func New384() hash.Hash

func New512

func New512() hash.Hash

func NewSHA3224

func NewSHA3224() hash.Hash

NewSHA3224 returns a new hash.Hash computing SHA3-224 as specified in the FIPS 202 draft.

func NewSHA3256

func NewSHA3256() hash.Hash

NewSHA3256 returns a new hash.Hash computing SHA3-256 as specified in the FIPS 202 draft.

func NewSHA3384

func NewSHA3384() hash.Hash

NewSHA3384 returns a new hash.Hash computing SHA3-384 as specified in the FIPS 202 draft.

func NewSHA3512

func NewSHA3512() hash.Hash

NewSHA3512 returns a new hash.Hash computing SHA3-512 as specified in the FIPS 202 draft.

func NewSHAKE128

func NewSHAKE128(n int) hash.Hash

NewSHAKE128 returns a new hash.Hash computing SHAKE128 with a n*8 bit output as specified in the FIPS 202 draft.

func NewSHAKE256

func NewSHAKE256(n int) hash.Hash

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL