Open
Description
Our current crypto implementation is based on openssl and has been for years. Unfortunately, we've had some issues continuing to use Openssl for this purpose such as:
- Binary size bloat
- Code readability and understanding
- Lack of ability to modify the codebase
For these reasons we're exploring different sources for our underlying crypto implementation. Any findings/updates will be posted here.