Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Oct 31, 2024
1 parent c2a3613 commit 15f7ecd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ instance VRFAlgorithm FakeVRF where
-- the output which is stored in the 'CertFakeVRF'.
verifyVRF () (VerKeyFakeVRF n) a (CertFakeVRF _ proof o)
| proof == recomputedProof = Just o
-- verifyVRF () (VerKeyFakeVRF n) a (CertFakeVRF _ proof _)
-- | proof == recomputedProof = Just (OutputVRF recomputedProofBytes)
| otherwise = Nothing
where
(OutputVRF recomputedProofBytes, _) = evalFakeVRF a (SignKeyFakeVRF n)
Expand Down

0 comments on commit 15f7ecd

Please sign in to comment.