-
Your performance problems may be related to load/store and not the crypto operations.The SHA ops are all listed in the User Manual as 2 Cycles and AES as 6-7 cycles.
Make sure your compile is actua…
-
I have built cryptopp and profiled cryptest. Seeing a number coding issues that can be improved.
See: https://github.com/noloader/SHA-Intrinsics/issues/5#issuecomment-609078061
Posting here as I…
-
POWER8 has AES instructions similar to Intel's. It is probably worth putting each architecture including ARM into a separate file.
-
@nioroso-x3 I want to contribute to porting this / optimizing this on POWER9 to increase the reported hash rate . I don't think the hash-rate of 3KH/s is the best POWER9 can do. I have access to POWER…
-
Summary
OpenSSL 3.0.15 won't build on AIX Power machines that don't support xxlor instruction.
OpenSSL 3.0.14 was fine because it pre-dates [this git push](https://github.com/openssl/openssl/commit/…
-
This is another new issue. Running the test suite on an old PowerMac with Debian Sid installed in a debug build:
```
(gdb) r v
Starting program: /home/jwalton/cryptopp/cryptest.exe v
[Thread deb…
-
I get this warning together with a similar one about "++simd" on my macOS arm64 host when building native macOS, arm64 iOS or arm64 Android.
I also get a similar warning about when building Android…
-
Example command (run from Linux, trying to configure for Windows):
```sh
python configure.py --os=mingw --cpu=x86 --cc=gcc
```
Output:
```sh
INFO: configure.py invoked with options "--os=ming…
-
At the moment, I only want: tls, system_rng, bcrypt.
I am achieving this using --minimized and --enable-modules=tls,system_rng,bcrypt
I do something like this (1)
./configure.py --minimized -…
-
I'm not sure if this is the right place for this proposal, but I would like to suggest some very useful commands to speed up cryptography and especially cryptographic and non-cryptographic hashing.
…