Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Public Types | Static Public Attributes | List of all members
libsnark::ram_tinyram< FieldT > Class Template Reference

#include <tinyram_params.hpp>

Public Types

typedef FieldT base_field_type
 
typedef tinyram_protoboard< FieldT > protoboard_type
 
typedef tinyram_gadget< FieldT > gadget_base_type
 
typedef tinyram_cpu_checker< FieldT > cpu_checker_type
 
typedef tinyram_architecture_params architecture_params_type
 

Static Public Attributes

static size_t timestamp_length = 300
 

Detailed Description

template<typename FieldT>
class libsnark::ram_tinyram< FieldT >

Definition at line 22 of file tinyram_params.hpp.

Member Typedef Documentation

◆ architecture_params_type

template<typename FieldT >
typedef tinyram_architecture_params libsnark::ram_tinyram< FieldT >::architecture_params_type

Definition at line 31 of file tinyram_params.hpp.

◆ base_field_type

template<typename FieldT >
typedef FieldT libsnark::ram_tinyram< FieldT >::base_field_type

Definition at line 27 of file tinyram_params.hpp.

◆ cpu_checker_type

template<typename FieldT >
typedef tinyram_cpu_checker<FieldT> libsnark::ram_tinyram< FieldT >::cpu_checker_type

Definition at line 30 of file tinyram_params.hpp.

◆ gadget_base_type

template<typename FieldT >
typedef tinyram_gadget<FieldT> libsnark::ram_tinyram< FieldT >::gadget_base_type

Definition at line 29 of file tinyram_params.hpp.

◆ protoboard_type

template<typename FieldT >
typedef tinyram_protoboard<FieldT> libsnark::ram_tinyram< FieldT >::protoboard_type

Definition at line 28 of file tinyram_params.hpp.

Member Data Documentation

◆ timestamp_length

template<typename FieldT >
size_t libsnark::ram_tinyram< FieldT >::timestamp_length = 300
static

Definition at line 25 of file tinyram_params.hpp.


The documentation for this class was generated from the following file: