Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Public Attributes | List of all members
libsnark::ram_example< ramT > Struct Template Reference

#include <ram_examples.hpp>

Collaboration diagram for libsnark::ram_example< ramT >:
Collaboration graph
[legend]

Public Attributes

ram_architecture_params< ramT > ap
 
size_t boot_trace_size_bound
 
size_t time_bound
 
ram_boot_trace< ramT > boot_trace
 
ram_input_tape< ramT > auxiliary_input
 

Detailed Description

template<typename ramT>
struct libsnark::ram_example< ramT >

Definition at line 21 of file ram_examples.hpp.

Member Data Documentation

◆ ap

template<typename ramT >
ram_architecture_params<ramT> libsnark::ram_example< ramT >::ap

Definition at line 22 of file ram_examples.hpp.

◆ auxiliary_input

template<typename ramT >
ram_input_tape<ramT> libsnark::ram_example< ramT >::auxiliary_input

Definition at line 26 of file ram_examples.hpp.

◆ boot_trace

template<typename ramT >
ram_boot_trace<ramT> libsnark::ram_example< ramT >::boot_trace

Definition at line 25 of file ram_examples.hpp.

◆ boot_trace_size_bound

template<typename ramT >
size_t libsnark::ram_example< ramT >::boot_trace_size_bound

Definition at line 23 of file ram_examples.hpp.

◆ time_bound

template<typename ramT >
size_t libsnark::ram_example< ramT >::time_bound

Definition at line 24 of file ram_examples.hpp.


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