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

Enable Actions CI for go&rust #23

Closed armfazh closed 4 years ago

armfazh commented 4 years ago

Use github Actions CI for running tests Fixes: #20

armfazh commented 4 years ago

Currently Rust is failing due to: https://github.com/alxdavids/ring-ecc/issues/1 After this change be applied, the rust compilation will succeed.

alxdavids commented 4 years ago

ring-ecc should now be fixed if it is possible to re-run Rust CI?

alxdavids commented 4 years ago

I've re-run it and the previous error no longer occurs, but now it seems like the CI can't find the test vector files?

armfazh commented 4 years ago

Ready to go.