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

Update documentation Re: ser/des key bytes #118

Closed tpmccallum closed 4 years ago

tpmccallum commented 4 years ago

This PR adds examples of how a 3rd-party application which is using recrypt-rs can serialize and deserialize the bytes of PrivateKey and PublicKey data structures.