Jeffrey Walton
Jeffrey Walton
With the advent of [Issue 302: AES and incorrect argument to _freea() under Microsoft compilers](http://github.com/weidai11/cryptopp/issues/302), we have got to clean that Rijndael code up... The cleanup will allow us to...
@johnwbyrd, Take a look at this report. There's a fair amount of intersection with your observation in the [302 Issue](https://github.com/weidai11/cryptopp/issues/302). If you have any design suggestions, then we would be...
@ThePlasmaRailgun, We can gain access to the SIMD unit using intrinsics, like: __m128i x = _mm_setzero_si128(); x = _mm_add_si128(x, y); But we don't have a way to convert the ASM...
Sorry about the late reply @guidovranken, > I noticed that someone had commenced OSS-Fuzz integration, did anything come of this? I started looking into OSS-Fuzz several months ago, but nothing...
> There's only a potential wrong output for RC2 (it differs with OpenSSL/LibreSSL, but it could also be a bug in those libraries, or a bug of my own). I...
> Crypto++ is one of the most stable/secure projects I've tested so far. Wei Dai deserves all the credit. He designed the library, and made it easy to use safely....
@cjl3230, I'm weak on adding public key algorithms so I have been dragging my feet about it. I wrote some test code a while back and I have several open...
Sorry to step into someone else's bug report. Regarding the math functions, see Jonathan Wakely's [Why `` is more complicated than you might think](https://developers.redhat.com/blog/2016/02/29/why-cstdlib-is-more-complicated-than-you-might-think/) from the Red Hat blogs. Wakely...
Thanks @davidjgraph, > What is pencil? I think that is a draw.io front-end. > draw.io 3.1.0 is very old, it has critical security holes. You need to update immediately. Ack....
@davidjgraph, It looks like the dwawio snap is now using 20.2.3. The windows on the desktop app for 20.2.3 still lacks a border. It is a bit distracting in a...