|
sig_t | iroha::sign (const uint8_t *msg, size_t msgsize, const pubkey_t &pub, const privkey_t &priv) |
|
sig_t | iroha::sign (const std::string &msg, const pubkey_t &pub, const privkey_t &priv) |
|
bool | iroha::verify (const uint8_t *msg, size_t msgsize, const pubkey_t &pub, const sig_t &sig) |
|
bool | iroha::verify (const std::string &msg, const pubkey_t &pub, const sig_t &sig) |
|
blob_t< 32 > | iroha::create_seed () |
|
blob_t< 32 > | iroha::create_seed (std::string passphrase) |
|
keypair_t | iroha::create_keypair (blob_t< 32 > seed) |
|
keypair_t | iroha::create_keypair () |
|