Versions in this module Expand all Collapse all v2 v2.1.2 Oct 18, 2024 v2.1.1 May 15, 2024 Changes in this version + func Argon2IDPasswordHash(plain string, conf Argon2idConfig) (string, error) + func Argon2IDPasswordVerify(hash, plain string) error + func BytesToString(in []byte) string + func MarshalED25519PrivateKey(key ed25519.PrivateKey) []byte + func MercuryInRetrograde() (bool, error) + type Argon2idConfig struct + Iterations uint32 + KeyLen uint32 + Memory uint32 + Parallelism uint8 + SaltLen uint32 + func DefaultArgon2idConf() Argon2idConfig Other modules containing this package github.com/zeropsio/zParser