Closed ernieturner closed 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.
fixed by #43
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