Tony Arcieri
Tony Arcieri
Regarding tests, a `proptest` that `vartime_triple_scalar_mul_basepoint` is equivalent to either the raw operations on points/scalars or `Vartime(Precomputed)MultiscalarMul` sounds useful
I have no idea what you're asking. This is a compute-oriented library, load balance it the same way you'd load balance any other compute workload
Sidebar: huh interesting, I wasn't aware of that wasmtime target but it's very cool you can run WASM benchmarks from the CLI like that. I assume tests work too? If...
@eternal-flame-AD it looks interesting, there's just a lot on our plate right now
@eternal-flame-AD in the meantime can you rebase the PR/merge `master`?
Sorry for the delay reviewing this. We just had another PR that popped up which uses `rayon` to implement parallelization which is fairly small, but I was curious if you...
@eternal-flame-AD thanks for the input! I went ahead and merged #733 if you don't mind rebasing/merging master. > pipeline the front sequential half of the previous chunk with the random...
@eternal-flame-AD the main motivation I'd be interested in would be accelerating `yescrypt`, so if this data layout works for that application (I think it should?) that would be fine. SIMD...
@eternal-flame-AD thanks for investigating! I agree if it can't be reused for `yescrypt` then it belongs in `scrypt`. So leaving it here is perfectly fine. Can you update this PR?
@eternal-flame-AD apologies, looks like it needs a rebase/merge. Feel free to squash if you want, or not, we use a squash-and-merge workflow.