toposware / frost

A fork of frost-dalek, made WASM compatible, and upgraded to Static ICE-FROST
BSD 3-Clause "New" or "Revised" License
14 stars 2 forks source link

Serialisation #18

Closed Nashtare closed 3 years ago

Nashtare commented 3 years ago

Add serialisation methods for Coefficients and DHPrivateKey structs, outputted when calling Participant::new(...). Also clarify ambiguity between secret_key and private_key (private_key for private/public key pair, secret_key for symmetric encryption).