Tom Ristenpart
Tom Ristenpart
The Ciphersuite FromString method (groups/group.go:49) takes both ciphersuite string and PrimeOrderGroup element. This strikes me as redundant as the string should anyway specify what group to instantiate. Looking at the...
Some applications will want to perform OPRF evaluations on the server side, without blinding. Perhaps can extend the Participant interface to have a FullEval that, for Servers, computes the full...
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...