Skip to content

Commit

Permalink
actually keep sign first in the name
Browse files Browse the repository at this point in the history
  • Loading branch information
burdges committed Apr 29, 2019
1 parent 4946fce commit 95393b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vrf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ impl Keypair {
/// VRFs repeatedly until they win some contest. In these case,
/// you might use this function to short circuit computing the full
/// proof.
pub fn vrf_check_n_sign<T,F>(&self, t: T, mut check: F)
pub fn vrf_sign_after_check<T,F>(&self, t: T, mut check: F)
-> Option<(VRFInOut, VRFProof, VRFProofBatchable)>
where T: VRFSigningTranscript,
F: FnMut(&VRFInOut) -> bool
Expand Down

0 comments on commit 95393b6

Please sign in to comment.