|
| 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, PublicKeyByteRangeView public_key, SignatureByteRangeView signature) |
| |
| bool | iroha::verify (std::string_view msg, PublicKeyByteRangeView public_key, 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 () |
| |