Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Namespaces
integer_permutation.cpp File Reference
#include <algorithm>
#include <cassert>
#include <libsnark/common/data_structures/integer_permutation.hpp>
#include <numeric>
#include <unordered_set>
Include dependency graph for integer_permutation.cpp:

Go to the source code of this file.

Namespaces

 libsnark
 

Detailed Description

Implementation of interfaces for a permutation of the integers in {min_element,...,max_element}.

See integer_permutation.hpp .

Author
This file is part of libsnark, developed by SCIPR Lab and contributors (see AUTHORS).

Definition in file integer_permutation.cpp.