Elichai Turkel

Results 84 issues of Elichai Turkel

Hi, I started looking into writing my own tool that wraps rustfmt and git together and then I stumbled into https://github.com/rust-lang/rustfmt/blob/master/Cargo.toml#L30 What's the status of this tool? I see it's...

p-low
feature-request

The current schnorr algorithm uses the jacobi symbol, which is no longer needed after BIP-340 was changed and accepted. The algorithm + test vectors should be updated accordingly

1. Provide an integration test: * To support the test add a new cli argument to dnsseeder that gets a file that lists known addresses. If this flag was provided...

tests

The crate provides https://docs.rs/blake3/latest/blake3/fn.keyed_hash.html as a MAC function, which returns 256 bits. while: * siphash is considered a somewhat secure MAC, even though outputting 64 bits. * The HMAC RFC([2104](https://datatracker.ietf.org/doc/html/rfc2104))...

question