hashing

package
v1.6.7 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package hashing is a wrapper on standard Go packages - crypto/sha256 and crypto/hmac.

Index

Constants

View Source
const (
	CSHA256Size = sha256.Size
)

Variables

This section is empty.

Functions

This section is empty.

Types

type IHasher

type IHasher interface {
	types.IConverter
}

func NewHMACSHA256Hasher

func NewHMACSHA256Hasher(pKey []byte, pData []byte) IHasher

func NewSHA256Hasher

func NewSHA256Hasher(pData []byte) IHasher

Jump to

Keyboard shortcuts

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