Documentation ¶
Overview ¶
Package kdf incorporates three KDFs (https://en.wikipedia.org/wiki/Key_derivation_function) used by Crypt4GH
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KDFS = map[string]KDF{
"scrypt": sCrypt{},
"bcrypt": bCrypt{},
"pbkdf2_hmac_sha256": pbkdf2sha256{},
}
KDFS is a map of KDF names to implementations.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.