-
Creating a new issue for this, as it might be important. https://github.com/dalek-cryptography/ed25519-dalek/issues/69#issuecomment-470250044
-
Maybe we can use these two libraries to do it, but please test compatibility before switching. The most important thing is that the `key` and `personal` values of `blake2b` algorithm are consistent wi…
-
Are we there yet? :)
-
Hi,
I can't seem to find a way to easily make a generate a ECDH key here.
am I missing something or is that not implemented?
(I'm looking for something similar to: https://gitweb.torproject.org/t…
-
Output:
```
:: Parsing SRCINFO (1/2): rpgp-git
:: Parsing SRCINFO (2/2): deltachat-desktop-git
resolving dependencies...
looking for conflicting packages...
Packages (4) node-gyp-5.0.2-1 np…
-
'cargo install cargo-crev' is broken. I think that published crate may not be using a cargo.lock file in the root repository making the build unstable.
```
error[E0107]: wrong number of type argum…
-
extern crate rand;
extern crate sha2;
extern crate ed25519_dalek;
use rand::Rng;
use rand::OsRng;
use sha2::Sha512;
use ed25519_dalek::Keypair;
use ed25519_dalek::Signature;
fn main() {
…
-
I was wondering if there is a specific reason that is currently not proxied through, like it is in ed25519-dalek.
-
Is there a safe way to deterministically create a private key from a seed?
-
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 pro…