ed25519-dalek
ed25519-dalek copied to clipboard
Fast and efficient ed25519 signing and verification in Rust.
This depends on https://github.com/dalek-cryptography/curve25519-dalek/pull/369. The tests don't currently compile because `curve25519-dalek` expects the wrong version of `rand`. Also, **this requires a major version bump** for the same reason as the...
Updates rand and rand-core to their latest versions. It also requires updating merlin to their latest version to match the rand dependencies. This PR contains commits from https://github.com/dalek-cryptography/ed25519-dalek/pull/156 Closes https://github.com/dalek-cryptography/ed25519-dalek/pull/156
The package [`rand`](https://crates.io/crates/rand) has been updated to v0.8.X. As this crate used rand v0.7.X it is not compatible with the current version (1.0.1) of this crate. And will show error...
Re-opening the issue #120 as it hasn't been solved yet. The original author @dvc94ch [seems to open and close issues because it fits his workflow](https://github.com/dalek-cryptography/ed25519-dalek/issues/162#issuecomment-938157591). The original text: @dvc94ch wrote...
Previously, this test tried to us a dangling/deallocated pointer. Fortunately there's a way to run a `Drop` impl without deallocation :)
hi, I want to use the project to my go project. 1. I wrappered the project with rust lib and generate a C header. 2. make a [project](https://github.com/giskook/ed25519_bench) to test...
## Context In web applications, it is desirable to avoid storing the request payload. It is currently impossible to verify a signature based on a request payload that is receieved...
Update `digest`, `sha2`, `rand` to latest Also fix a `warning: variant is never constructed: ArrayLengthError`
Hi! Would it possible to do a release? There are a few fixes on main that are not released. Thanks :)