cloudflare / voprf-ts

A TypeScript library for Oblivious Pseudorandom Functions
BSD 3-Clause "New" or "Revised" License
28 stars 12 forks source link

Exposing static method to retrieve DLEQParams. #45

Closed armfazh closed 1 year ago

armfazh commented 1 year ago

Changes:

armfazh commented 1 year ago

This last commit performs the actual checking of DLEQ proofs against test vectors. For some reason, this checking was omitted in previous code.