Clearmatics Libff  0.1
C++ library for Finite Fields and Elliptic Curves
Namespaces | Functions
serialization.cpp File Reference
#include "libff/algebra/serialization.hpp"
#include <assert.h>
#include <stdexcept>
Include dependency graph for serialization.cpp:

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...
 

Detailed Description

Author
This file is part of libff, developed by Clearmatics Ltd (originally developed by SCIPR Lab) and contributors (see AUTHORS).

Definition in file serialization.cpp.