Clearmatics Libff
0.1
C++ library for Finite Fields and Elliptic Curves
|
Go to the source code of this file.
Namespaces | |
libff | |
Functions | |
uint8_t | libff::char_to_nibble (const char c) |
void | libff::hex_to_bytes_reversed (const std::string &hex, void *dest, size_t bytes) |
std::string | libff::bytes_to_hex_reversed (const void *bytes, size_t num_bytes, bool prefix=false) |
"prefix" here refers to "0x" More... | |
Definition in file serialization.cpp.