Tarek Elsayed
Tarek Elsayed
Hello @ilya-bobyr , Currently, I'm working with a crate that demands `curve25519-dalek` version greater than 4, and due to the existing dependency issue, it's impossible to use this crate alongside...
This PR indeed resolves the `zeroize` pinning issue. However, it's worth mentioning that the patch for `aes-gcm-siv` still introduces a constraint on the `subtle` crate, limiting it to (>=2,
Did you guys find a way around this?
Did you set it up with `criterion`?
yes got it. thanks!
Hey @brson Any updates on this issue? Are you planning to release a new version with a fix soon?
Thanks, @JayWhite2357 Could we rerun the CI? `cargo test --all-features` now passes locally > If there is anything you want our team to give you feedback on, Could you start...
@JayWhite2357 Just wanted to check in. Any updates on this PR?
Any updates on this?
So I'm using `i32` to represent the size in `FixedSizeBinary(i32)`, as Jay suggested in the original issue description (and as implemented in `arrow`) but in many parts of the code,...