All: Investigate better way of abstracting envelope encryption implementation
Open
- Dominant language
- C#
- Stars
- 83
- Forks
- 50
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 7
Description
Currently `EnvelopeEncryptionJsonImpl` contains the core envelope encryption algorithm. We also have a wrapper `EnvelopeEncryptionBytesImpl` that sits as a wrapper around that class. This was done as a quick fix for allowing a different serialization mechanism for the DRR. Investigate if we can abstract this a bit more to avoid having a hard-coded dependency. May be addressed as part of #14.
Contributor guide
Assessment
This issue has not been assessed yet.