Cryptographic-API-Services / cas-dotnet-sdk

A Nuget package that provides a implementation of the RustCrypto suite of cryptographic algorithms.
Apache License 2.0
0 stars 0 forks source link

Hybrid Encryption Removal #33

Closed WingZer0o closed 2 weeks ago

WingZer0o commented 10 months ago

This feature does not come backed into the Rust Crypto suite of algos. It was something was implemented at the C# layer initially. This should be moved into the Rust layer because the marshalling between all three method calls causing some unnecessary overhead.

This can be mimicked in Rust.

WingZer0o commented 10 months ago

The implementation was removed from the SDK and needs to be implemented in Rust.

WingZer0o commented 5 months ago

Closed we are not longer going through with this.

WingZer0o commented 2 months ago

This article has come to my attention. https://archiv.infsec.ethz.ch/education/fs08/secsem/bleichenbacher98.pdf and this library https://github.com/rozbb/rust-hpke

WingZer0o commented 2 weeks ago

This was removed and can be closed. HPKE will be implemented in #133