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

Use redox-ecc #24

Closed alxdavids closed 4 years ago

alxdavids commented 4 years ago

redox-ecc exposes a prime-order group interface, we should try and integrate this into our rust implementation. This should hopefully enable us to instantiate the P-521 and curve448 ciphersuites as well.

alxdavids commented 4 years ago
armfazh commented 4 years ago

I have updated the h2c-rust-ref project. There are available tags corresponding to the draft version. The latest is v6.0.0. The cargo.toml file is compatible with tags.

alxdavids commented 4 years ago

This is now done.