Jack Grigg
Jack Grigg
Do we even need to modify the scan ranges? This feels like it is trying to shoe-horn additional semantics or signals into `suggest_scan_ranges`, that complicate it over "scan these ranges...
Yeah, when a treestate at a specific height is provided, we could look at the height and if it intersects a `ChainTip` range then we can alter that range to...
We ended up solving this in the Android SDK with a build script, much the same way as others have: https://github.com/Electric-Coin-Company/zcash-android-wallet-sdk/blob/88058c63461f2808efc953af70db726b9f36f9b9/backend-lib/build.rs
Reopening because even with the above fix, we might still want to enable downstreams to control whether SQLite is bundled or not.
> However, CTAP1 (which is what U2F has been relabeled to) also calls it with a `pinUvAuthToken` that can be either 16 or 32 bytes; the 16-byte case will trigger...
AFAICT this is supported after the FAP loader refactor in 0.86.1: because the loader is now doing the FAP loading, its argument handling Just Works. Thanks!
This PR was previously based on release 2.0.0. I've rebased it onto `release/4.0` as that's where development work is currently directed, but I can also rebase instead onto `release/3.2` if...
Fixed the simple bugs, but CI is still failing because between 2.0.0 and `release/4.0` a bunch more backends were added to CI, and now I need to generate `[2^128] B`...
Moving the todo list out of the top post: - [x] Rework external APIs to check an equality instead of exposing the output of `abglsv_pornin::mul`. - [x] Add RistrettoElement API....
Moving the old rough benchmarks (Xeon E-2176M CPU @ 2.70GHz, no attempt at disabling hyperthreading) out of the top post: ``` Variable-time aA+bB, A variable, B fixed time: [42.769 us...