Elichai Turkel
Elichai Turkel
@jplatte Any chance we can get this in 5.1?
@seanmonstar ping maybe?
Isn't it possible to verify/sign without any precumputed tables? Just manually doing all the needed multiplications
hmm I'm not big on side channel attacks, if you do all the needed multiplications it will take a different time depending on the private key. can you leverage that?...
This can be closed now that https://github.com/BLAKE3-team/BLAKE3/pull/309 removed the digest/std dependency entirely
Thank you for the PR! Hmm my only concern is that this is a breaking change in the cli
Worth following some discussion here: https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/black_box.20and.20crypto
~@tarcieri Is there any way to do this without adding to this as a fully fledged feature? Maybe some kind of `fn modulus_size(&self) -> usize` that will allow us to...
@rozbb I understand :) There's a few ways to do that, the simple ones: 1. Keep the abstraction that hides the backend, but expose the abstracting types (ideally also extend...
How does this PR looks now that https://github.com/rustwasm/wasm-bindgen/pull/4060 has been merged? (instead of https://github.com/rustwasm/wasm-bindgen/pull/3782 )