[][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

pack_message

Unpacks a message packed using indy_pack_message which follows the wire message format HIPE (Experimental)

set_key_metadata

Saves/replaces the metadata for the verkey in the wallet

sign

Signs a message with a key

unpack_message

Unpacks a message packed using indy_pack_message which follows the wire message format HIPE (Experimental)

verify

Verify a signature with a verkey