MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / Name

Method Name

pkg/auth/password.go:29–29  ·  view source on GitHub ↗

Name returns the hashing method name that is used to identify which method was used to hash a given secret.

()

Source from the content-addressed store, hash-verified

27 // Name returns the hashing method name that is used to identify which method
28 // was used to hash a given secret.
29 Name() string
30
31 // Hash hashes the given plain text secret.
32 Hash(plain string) (string, error)

Callers 1

ValidateFunction · 0.65

Implementers 1

PBKDF2pkg/auth/pbkdf2/pbkdf2.go

Calls

no outgoing calls

Tested by

no test coverage detected