Store a key pair in the morie keystore
Usage
morie_crypto_keystore_store(
name,
pk,
sk,
password,
path = .morie_keystore_default_path()
)
Arguments
- name
Identifier.
- pk
Raw vector: public key.
- sk
Raw vector: secret key.
- password
Character scalar.
- path
Keystore path.