IronCoreLabs / recrypt-rs

A set of cryptographic primitives for building a multi-hop Proxy Re-encryption scheme, known as Transform Encryption.
https://crates.io/crates/recrypt
GNU Affero General Public License v3.0
144 stars 23 forks source link

Add serde_json tests for PublicKey and PrivateKey #120

Closed clintfred closed 4 years ago

clintfred commented 4 years ago

Demonstrates using serde_json on PublicKey and PrivateKey as part of the test suite.

Thanks to @tpmccallum for helping out with this work.