argon2

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Argon2i = NewArgon2i(3, 32*1024, 4, 32, 16)

Argon2i sets default recommended values.

View Source
var Argon2id = NewArgon2id(1, 64*1024, 4, 32, 16)

Argon2id sets default recommended values.

Functions

func NewArgon2i

func NewArgon2i(
	time uint32,
	memory uint32,
	threads uint8,
	keyLen uint32,
	saltLen uint32,
) *argon

NewArgon2i creates a new

func NewArgon2id

func NewArgon2id(
	time uint32,
	memory uint32,
	threads uint8,
	keyLen uint32,
	saltLen uint32,
) *argon

NewArgon2i creates a new

Types

This section is empty.

Jump to

Keyboard shortcuts

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