simd

package
v1.0.2023 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// hash size
	Size224 = 28
	Size256 = 32

	BlockSize256 = 64
)
View Source
const (
	// hash size
	Size384 = 48
	Size512 = 64

	BlockSize512 = 128
)

Variables

This section is empty.

Functions

func INNER

func INNER(l, h, mm int32) uint32

func New224

func New224() hash.Hash

New224 returns a new hash.Hash computing the SIMD-224 checksum

func New256

func New256() hash.Hash

New256 returns a new hash.Hash computing the SIMD-256 checksum

func New384

func New384() hash.Hash

New384 returns a new hash.Hash computing the SIMD-384 checksum

func New512

func New512() hash.Hash

New512 returns a new hash.Hash computing the SIMD-512 checksum

func REDS1

func REDS1(x int32) int32

func REDS2

func REDS2(x int32) int32

func Sum224

func Sum224(data []byte) (out [Size224]byte)

Sum224 returns the SIMD-224 checksum of the data.

func Sum256

func Sum256(data []byte) (out [Size256]byte)

Sum256 returns the SIMD-256 checksum of the data.

func Sum384

func Sum384(data []byte) (out [Size384]byte)

Sum384 returns the SIMD-384 checksum of the data.

func Sum512

func Sum512(data []byte) (out [Size512]byte)

Sum512 returns the SIMD-512 checksum of the data.

Types

This section is empty.

Jump to

Keyboard shortcuts

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