rozbb / molasses

A Rust implementation of the Message Layer Security group messaging protocol
Other
115 stars 8 forks source link

Use unmodified *ring*. #2

Closed briansmith closed 5 years ago

briansmith commented 5 years ago

This is a PoC. This can actually be simplified and made much more efficient.

Note that one of the tests still needs work.

CLAassistant commented 5 years ago

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

briansmith commented 5 years ago

Just FYI, I'm not planning to agree to the CLA (which I haven't read).

rozbb commented 5 years ago

Thank you for this! I ended up making most of these changes internally anyways, but it's good to know that this compiles without needing consts everywhere. Closing.