Joel
Joel
1. Could we put multiple hint-files per invocation, such that the binary doesn't need to start from scratch synthesizing the IR that the amd file need to match? 1. I...
I wondered, if `-j2` would do anything at all. But I just had another look into the code, the generated `Makefile` and yes should help. > The main difficulty is...
How can we help with this? Can you reproduce it? Pushing, because it gets annoying in my projects that I need to checkout the tsconfig.json from VCS every build. Would...
Oh, I think we could also add into the PKGBUILD, that It conflicts with quamash, so that users are encouraged to remove it.
I cannot reset the client when the Qt window is up (Clicking and right-clicking the tray icon does not open the popup.) I've reset it without the window open. Now,...
Hi everyone, It took me a bit but I now have some numbers. I've used those nine machines | CPU | 𝜇-architecture | | -- | -- | | Intel...
In regards to merging this, In the I've included the implementations as `.c` files. And the methods are not static. In the case for [the libsecp-benchmarks](https://github.com/dderjoel/secp_bench/blob/master/bench.sh#L85-L105) I've added the implementation...
> fiat_c beats default_c on SUPERCOP, but not in the other benchmarks. Any idea why this is the case? SUPERCOP tries many different compiler / compiler settings (see below) ,...
Owen implemented #810 in the Fiat repo (see PR https://github.com/mit-plv/fiat-crypto/issues/1582), it's not yet fully merged, but I could not wait to benchmark it. I've updated [secp_bench](https://github.com/dderjoel/secp_bench) and [supercop](https://github.com/dderjoel/supercop/tree/main/crypto_scalarmult/secp256k1) with the...
Hi everyone, I've integrated the new implementations (CryptOpt Assembly and Fiat-C) into [my fork](https://github.com/dderjoel/secp256k1), and it works with `./configure --with-asm=no` and `./configure --with-asm=x86_64`. I am unsure how to run the...