package
0.6.1
Repository: https://github.com/dappley/go-dappley.git
Documentation: pkg.go.dev

# Functions

NewCipher returns a new cipher.

# Constants

ScryptDKLen get derived key length.
ScryptKDF name.
TODO: check 1<<12 vs 1<<18.
StandardScryptP p parameter of Scrypt encryption algorithm.
StandardScryptR r parameter of Scrypt encryption algorithm.

# Structs

Cipher encrypt cipher.
Scrypt scrypt encrypt.

# Interfaces

Encrypt interface for encrypt.