Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
275 contributions in the last year
Activity overview
Contributed to
dalek-cryptography/ed25519-dalek,
dalek-cryptography/curve25519-dalek,
isislovecruft/aeonflux
and 5 other
repositories
Contribution activity
September 2020
Created a pull request in dalek-cryptography/ed25519-dalek that received 2 comments
batch verification malleability issue when used with fully deterministic nonce generation
Issue found by @real_or_random and @jonasnick.
Only if compiled with --features "batch_deterministic", when verify_batch() was called, an adversary…
+80
−8
•
2
comments
Created an issue in rust-random/rand that received 5 comments
Compilation fails with "nightly" feature due to packed-simd dependency
Compiling rand 0.7.3 fails with rustc 1.46.0 (04488afe3 2020-08-24) and later with --features "nightly", due to the packed-simd 0.3.3 dependency fa…
5
comments