Documentation ¶
Index ¶
Constants ¶
View Source
const (
HashID = "s0"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config are scrypt params
Recommended minimum parameters are:
- WorkFactor: 32768
- MemBlocksize: 8
- ParallelFactor: 1
type Hasher ¶
type Hasher struct {
// contains filtered or unexported fields
}
Hasher implements h2hash.Hasher for scrypt
Click to show internal directories.
Click to hide internal directories.