Rename Dummy to Disabled.

This commit is contained in:
Sean Bowe
2016-12-08 12:32:39 -07:00
parent 53dc6a41eb
commit eb82238dd0
2 changed files with 4 additions and 4 deletions

View File

@@ -254,10 +254,10 @@ public:
// all proofs using libsnark's API.
static ProofVerifier Strict();
// Creates a dummy verification context that performs
// no verification, used when avoiding duplicate effort
// Creates a verification context that performs no
// verification, used when avoiding duplicate effort
// such as during reindexing.
static ProofVerifier Dummy();
static ProofVerifier Disabled();
template <typename VerificationKey,
typename ProcessedVerificationKey,