Elichai Turkel

Results 84 issues of Elichai Turkel

I have a project where we use xtask to handle building and publishing, Now I want to create a different repository for a different project where my xtask logic will...

This solves #2 I tried also implementing `serde::Deserialize` for `(WriteHandle, ReadHandle)` but apparently implementing a foreign trait on a tuple with generic structs violates the orphan rule. note that this...

Hi, I tried to follow the Readme and I'm getting into an unreachable in the lib. I drilled it down to just having: `let mut cfg = ctest::TestGenerator::new().generate("../secp256k1-sys/src/lib.rs", "all.rs");` Full...

Hi, How do I use it to get crc16xmodem for a file? Thanks, elichai2.

Hi, This fork is quite an old fork of upstream, We've changed *a lot* since then. https://github.com/rust-bitcoin/rust-secp256k1 This PR copies the `build.rs` from upstream (with some small changes for the...

This adds an assertion of the assumption that `t

This utilizes the PDL With Slack ZK proof from GG18/20 (https://github.com/ZenGo-X/multi-party-ecdsa/tree/master/src/utilities/zk_pdl_with_slack) and uses range-proofs from https://github.com/ZenGo-X/multi-party-ecdsa/pull/145 to validate it. Also added a check for the moduli size to make sure...

rust-secp256k1 now has wasm support. It has a lot of advantages over the libsecp library: 1. Promise side channel resistance. 2. Has multiple writers and gone through a lot of...

The version in package.json is 3.0.0, match it in the printed version (should I change both to 3.0.1 so you can publish the fix?)