package
0.0.0-20190617050638-84d53aaf3fbf
Repository: https://github.com/medibloc/go-medibloc.git
Documentation: pkg.go.dev

# Functions

DecryptDataV3 decrypts CipherJSON file with auth string.
DecryptKey decrypts a key from a json blob, returning the private key itself.
EncryptDataV3 encrypts the data given as 'data' with the password 'auth'.
EncryptKey encrypts a key using the specified scrypt parameters into a json.
MakeKeystoreV3 makes keystore file by version 3.
NewKeyStore creates a keystore for the given directory.

# Variables

# Structs

CipherJSON json format for crypto field in keystore file.
EncryptedKeyJSONV3 is a struct for encrypted key.
Key key struct for encryption key argument.
KeyStore manages private keys.