Recover public key from ECDSA signature for secp256k1.
More...
#include <bbapi_ecdsa.hpp>
|
| std::vector< uint8_t > | message |
| |
| std::array< uint8_t, 32 > | r |
| |
| std::array< uint8_t, 32 > | s |
| |
| uint8_t | v |
| |
Recover public key from ECDSA signature for secp256k1.
Definition at line 112 of file bbapi_ecdsa.hpp.
◆ execute()
◆ MSGPACK_FIELDS()
| bb::bbapi::EcdsaSecp256k1RecoverPublicKey::MSGPACK_FIELDS |
( |
message |
, |
|
|
r |
, |
|
|
s |
, |
|
|
v |
|
|
) |
| |
◆ operator==()
◆ message
| std::vector<uint8_t> bb::bbapi::EcdsaSecp256k1RecoverPublicKey::message |
◆ MSGPACK_SCHEMA_NAME
| constexpr const char bb::bbapi::EcdsaSecp256k1RecoverPublicKey::MSGPACK_SCHEMA_NAME[] = "EcdsaSecp256k1RecoverPublicKey" |
|
staticconstexpr |
| std::array<uint8_t, 32> bb::bbapi::EcdsaSecp256k1RecoverPublicKey::r |
| std::array<uint8_t, 32> bb::bbapi::EcdsaSecp256k1RecoverPublicKey::s |
| uint8_t bb::bbapi::EcdsaSecp256k1RecoverPublicKey::v |
The documentation for this struct was generated from the following files: