[][src]Module indyrs::crypto

Functions

anon_crypt

Encrypts a message by anonymous-encryption scheme.

anon_decrypt

Decrypts a message by anonymous-encryption scheme.

auth_crypt

Encrypt a message by authenticated-encryption scheme.

auth_decrypt

Decrypt a message by authenticated-encryption scheme.

create_key

Creates key pair in wallet

get_key_metadata

Retrieves the metadata for the verkey in the wallet

set_key_metadata

Saves/replaces the metadata for the verkey in the wallet

sign

Signs a message with a key

verify

Verify a signature with a verkey