#include <schnorr.hpp>
|
| std::array< std::uint8_t, 64 > | to_bytes () const |
| |
Definition at line 25 of file schnorr.hpp.
◆ from_bytes() [1/2]
| static SchnorrSignature secp256k1::SchnorrSignature::from_bytes |
( |
const std::array< std::uint8_t, 64 > & |
data | ) |
|
|
static |
◆ from_bytes() [2/2]
| static SchnorrSignature secp256k1::SchnorrSignature::from_bytes |
( |
const std::uint8_t * |
data64 | ) |
|
|
static |
◆ parse_strict() [1/2]
| static bool secp256k1::SchnorrSignature::parse_strict |
( |
const std::array< std::uint8_t, 64 > & |
data, |
|
|
SchnorrSignature & |
out |
|
) |
| |
|
staticnoexcept |
◆ parse_strict() [2/2]
| static bool secp256k1::SchnorrSignature::parse_strict |
( |
const std::uint8_t * |
data64, |
|
|
SchnorrSignature & |
out |
|
) |
| |
|
staticnoexcept |
◆ to_bytes()
| std::array< std::uint8_t, 64 > secp256k1::SchnorrSignature::to_bytes |
( |
| ) |
const |
| std::array<std::uint8_t, 32> secp256k1::SchnorrSignature::r |
The documentation for this struct was generated from the following file: