-
Given the current pace of development I think a ~ quarterly release cycle for new minor versions is appropriate. A minor bump should not have too few changes, but also not too much. I'm somewhat arbit…
-
I'm using Visual Studio 15.5 Preview 2.0 compiling on Release x64 with enabled default optimizations setting.
With this configuration compilation of blake2.cpp goes forever... Only after disabling …
-
I am in the process to test ReaR. To test the restore, I use the same machine where "rear mkrescue" was run. In the below output of "rear -D recover" you can see the following messages:
```
No co…
-
Mirrored with LTC bug https://bugzilla.linux.ibm.com/show_bug.cgi?id=161042
kernel: 4.14.0-1.rc4.dev.gitb27fc5c.el7.centos.ppc64le + proposed patch for https://github.com/open-power-host-os/linux/i…
-
At `-O3` it looks like IBM's XL C/C++ is not generating the code we expect. We are hanging after RC6, which is the TEA benchmark.
```
# GCC112
$ ./cryptest.exe b2 2 3.2
...
RC5 (r=16)5952.01.21…
-
Intel and ARM processors are tolerant of under-aligned buffers when using crypto instructions. AltiVec and Power8 are less tolerant, and they simply ignore the three low-order bits to ensure an addres…
-
I am building crypto++ 6.0.0 for Arch Linux, and noticed that the new SIMD files are *not* built with the needed flags (`-msse4.1`, `-maes`, etc) by default.
These flags should be enabled unconditi…
zorun updated
6 years ago
-
When I compute a dot product of a vector of all ones with itself, the result should be the size of the vector. This starts to no longer hold at size 2^24 + 1 as the following program shows:
```C
// …
-
Trying to build today's bleeding-jumbo on GCC Compile Farm's "gcc110" configures as:
```
Target CPU ................................. powerpc64, 64-bit BE
AES-NI support .........................…
-
Hello CryptoPP mantainers: maybe it's already been answered already, but I haven't found it anywhere: why does CyproPP's makefile not enable compiler warnings?
Some header files give warnings If I …