IronCoreLabs / recrypt-rs

A set of cryptographic primitives for building a multi-hop Proxy Re-encryption scheme, known as Transform Encryption.
https://crates.io/crates/recrypt
GNU Affero General Public License v3.0
147 stars 21 forks source link

Consume ed25519-dalek crate 1.0 when released #19

Closed ernieturner closed 5 years ago

ernieturner commented 6 years ago

In order to publish our WebAssembly bindings, we need to consume the currently unreleased version of the rand crate which will be published as 0.6. There are a number of breaking changes but we've proved that they work so the changes shouldn't be too difficult.

https://github.com/rust-random/rand/issues/520

clintfred commented 5 years ago

We are current maintaining a fork of ed25519-dalek that is compatible with rand ~0.6. If https://github.com/dalek-cryptography/ed25519-dalek/pull/57 is merged, then we can continue to depend on upstream.

coltfred commented 5 years ago

fixed by #43