alxdavids / voprf-poc

Proof-of-concept implementation of the (V)OPRF protocol in https://datatracker.ietf.org/doc/draft-irtf-cfrg-voprf/
23 stars 8 forks source link

lint and fix serialize checker #34

Closed tatianab closed 4 years ago

tatianab commented 4 years ago

Some missing error checks caught by linter; also fixed checkSerialize function which had logical errors causing it to fail

@alxdavids @chris-wood