package
0.9.2
Repository: https://github.com/intel-go/nff-go.git
Documentation: pkg.go.dev

# Functions

TODO rename to sha1new or move to separate package New returns a new MultiHash computing the SHA1 checksum.
TODO accept number of blocks.
TODO separate packages to avoid name collisions New returns a new HMAC hash using the given hash.Hash type and key.
No description provided by the author
No description provided by the author

# Constants

The blocksize of SHA1 in bytes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The size of a SHA1 checksum in bytes.

# Interfaces

A MultiBlock represents an implementation of block cipher using a given key and acting on a several blocks ata once.
A BlockMode represents a block cipher running in a block-based mode (CBC, ECB etc).
MultiHash is the common interface implemented by all hash functions.
No description provided by the author