shake256

package
v1.32.0 Latest Latest
Warning

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

Go to latest
Published: May 16, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package shake256 provides simple utilities around shake256 digests.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Digest

type Digest interface {
	Value() []byte
	// contains filtered or unexported methods
}

Digest is a shake256 digest.

func NewDigest

func NewDigest(value []byte) (Digest, error)

NewDigest returns a new Digest for the value.

func NewDigestForContent

func NewDigestForContent(reader io.Reader) (Digest, error)

NewDigest returns a new Digest for the content read from the Reader.

Jump to

Keyboard shortcuts

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