|
UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
#include <zk.hpp>
Public Member Functions | |
| std::array< std::uint8_t, 64 > | serialize () const |
Static Public Member Functions | |
| static bool | deserialize (const std::uint8_t *data64, DLEQProof &out) |
Public Attributes | |
| fast::Scalar | e |
| fast::Scalar | s |
|
static |
Referenced by ufsecp_zk_dleq_verify().
| std::array< std::uint8_t, 64 > secp256k1::zk::DLEQProof::serialize | ( | ) | const |
| fast::Scalar secp256k1::zk::DLEQProof::e |
| fast::Scalar secp256k1::zk::DLEQProof::s |