hashing

package
v0.0.0-...-462048f Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Provide(
	NewHashing,
)

Functions

This section is empty.

Types

type Hashing

type Hashing interface {
	HashValue(value string) (string, error)
	CompareHashAndValue(hash, value string) bool
}

func NewHashing

func NewHashing() Hashing

Jump to

Keyboard shortcuts

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