Module noah_api::keys

source ·
Expand description

module for anonymous and confidential keys

Structs

The keypair for confidential transfer.
Multisignatures (aka multisig), which is now a list of signatures under each signer.
The public key wrapper for anon/confidential transfer, for WASM compatability.

Enums

Supported signature schemes.
The public key for confidential transfer.
The secret key for confidential transfer.
The signature for confidential transfer.

Constants

The length of the public key.
The length of the secret key.
The length of the public key.

Functions

Function helper for convert secp256k1 public key to address.
Function helper for get recovery id from u64.