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

Importing and exporting secret key #38

Open tomrist opened 4 years ago

tomrist commented 4 years ago

For some applications it'll be necessary to export and import secret key (e.g., from a file). Probably simplest to add serialization and deserialization methods to Participant interface, only implemented by Server.