Documentation ¶
Index ¶
Constants ¶
View Source
const ( // n,r,p = 2^18, 8, 1 uses 256MB memory and approx 1s CPU time on a modern CPU. StandardScryptN = 1 << 18 StandardScryptP = 1 // n,r,p = 2^12, 8, 6 uses 4MB memory and approx 100ms CPU time on a modern CPU. LightScryptN = 1 << 12 LightScryptP = 6 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccountJSON ¶
Click to show internal directories.
Click to hide internal directories.