Documentation ¶
Overview ¶
Package sha2crypt implements sha256-crypt and sha512-crypt.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Crypter256 abstract.Scheme
An implementation of Scheme performing sha256-crypt.
The number of rounds is raw.RecommendedRounds.
View Source
var Crypter512 abstract.Scheme
An implementation of Scheme performing sha512-crypt.
The number of rounds is raw.RecommendedRounds.
Functions ¶
func NewCrypter256 ¶
Returns a Scheme implementing sha256-crypt using the number of rounds specified.
func NewCrypter512 ¶
Returns a Scheme implementing sha512-crypt using the number of rounds specified.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.