Skip to content

Commit

Permalink
plonk: removed doc comments /// from cpp and tcc files. left only in …
Browse files Browse the repository at this point in the history
…headers. addresses #61 (comment)
  • Loading branch information
Vesselin Velichkov authored and dtebbs committed Oct 26, 2022
1 parent c66787d commit 8e3ac3b
Show file tree
Hide file tree
Showing 6 changed files with 580 additions and 544 deletions.
6 changes: 3 additions & 3 deletions libsnark/zk_proof_systems/plonk/circuit.tcc
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
#ifndef LIBSNARK_ZK_PROOF_SYSTEMS_PLONK_CIRCUIT_TCC_
#define LIBSNARK_ZK_PROOF_SYSTEMS_PLONK_CIRCUIT_TCC_

/// Implementation of Common Preprocessed Input interfaces for a
/// ppzkSNARK for Plonk. See circuit.hpp .
// Implementation of Common Preprocessed Input interfaces for a
// ppzkSNARK for Plonk. See circuit.hpp .

namespace libsnark
{

// TODO: add here function for describing the target circuit through
// the circuit_t structure

/// stuct constructor
// stuct constructor
template<typename ppT>
circuit_t<ppT>::circuit_t(
size_t num_gates,
Expand Down
Loading

0 comments on commit 8e3ac3b

Please sign in to comment.