//
pkg.gl
Category
github.com/muun/libwallet
keycrypt
package
0.11.0
Repository:
https://github.com/muun/libwallet.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
1
Files
163 SLOC
#
Functions
Decrypt
Decrypt decrypts a key encrypted with Encrypt.
Encrypt
Encrypt encrypts an HD priv key using a user-provided secret into a string We use SCrypt256 for key derivation and AES-CBC-PKCS7 for encryption.