cisco / go-hpke

Implementation of draft-irtf-cfrg-hpke
BSD 2-Clause "Simplified" License
30 stars 15 forks source link

Add context serialization logic. #39

Closed cjpatton closed 4 years ago

cjpatton commented 4 years ago

This change allows the encryption/decryption context to be serialized so that it can be transmitted over a network or written to persistent storage.

This addresses #38.

cjpatton commented 4 years ago

Back to you, @bifurcation! Just one comment outstanding.

cjpatton commented 4 years ago

All comments resolved, @bifurcation!

cjpatton commented 4 years ago

Done: https://github.com/cisco/go-hpke/pull/40.