Go to the source code of this file.
|
| sig_t | iroha::sign (const uint8_t *msg, size_t msgsize, const pubkey_t &pub, const privkey_t &priv) |
| |
| sig_t | iroha::sign (std::string_view msg, const pubkey_t &pub, const privkey_t &priv) |
| |
| bool | iroha::verify (const uint8_t *msg, size_t msgsize, shared_model::interface::types::PublicKeyByteRangeView public_key, shared_model::interface::types::SignatureByteRangeView signature) |
| |
| bool | iroha::verify (std::string_view msg, shared_model::interface::types::PublicKeyByteRangeView public_key, shared_model::interface::types::SignatureByteRangeView signature) |
| |
| 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 () |
| |