package
0.1.2
Repository: https://github.com/meshplus/crypto-standard.git
Documentation: pkg.go.dev

# Packages

Hyperchain LicenseCopyright (C) 2016 The Hyperchain Authors.

# Functions

GetFakeHasher get hasher.
NewHasher instruct a Hasher, the incoming parameter is the algorithm type.

# Constants

nolint.
KECCAK_224 KECCAK with 224bits.
KECCAK_256 KECCAK with 256bits.
KECCAK_384 KECCAK with 384bits.
KECCAK_512 KECCAK with 512bits.
SHA1 sha1.
nolint.
SHA2_224 sha2 with 224bits.
SHA2_256 sha2 with 224bits.
SHA2_384 sha2 with 384bits.
SHA2_512 sha2 with 512bits.
nolint.
SHA3_224 sha3 with 224bits.
SHA3_256 sha3 with 256bits.
SHA3_384 sha3 with 384bits.
SHA3_512 sha3 with 512bits.
nolint.
nolint.
nolint.
nolint.

# Structs

FakeHasher thw return value of function FakeHasher.
Hasher thw return value of function NewHasher.

# Type aliases

HashType represent hash algorithm type.