package
0.2.0-beta-5
Repository: https://github.com/kontesthq/go-security.git
Documentation: pkg.go.dev

# Functions

Decode decodes an Argon2 hash string into the raw hash and the used parameters.
Encode encodes a raw Argon2 hash and its parameters into the standard Argon2-hash-string.
NewArgon2Parameters creates a new Argon2Parameters instance with provided values.
NewArgon2PasswordEncoder constructs an Argon2PasswordEncoder with the provided parameters.
NewArgon2PasswordEncoderWithValues constructs an Argon2PasswordEncoder with the provided parameters.

# Constants

Constants for Argon2 types.
Constants for Argon2 types.
Constants for Argon2 types.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Argon2Hash holds the hash and its parameters.
Argon2Parameters holds the parameters for Argon2 hashing.
Argon2PasswordEncoder implements a password encoder using Argon2.