-
Hello,
i am new to cryptopp and currently getting familiar with the lib. I am testing with the speck cipher and want to reproduce the example from the wiki shown here:
https://www.cryptopp.com/w…
-
Thank you for this great guide. Do you have any info on how full disk encryption (adiantum) impacts read/write speeds with modern SSDs? Also, what would CPU utilization look like at maximum read/write…
-
- [x] perform DNS resolution in its own thread, please test #645 (assigned: `Logan`)
- [x] optimize packet forwarding in federations (assigned: `Logan & fcarli3`)
- [x] log message revision (assigne…
-
**Describe the bug**
vcpkg has crashed
**Environment**
- OS: Windows
- Compiler: VS2019
**To Reproduce**
Steps to reproduce the behavior:
1. vcpkg install cryptopp:x64-windows
2. See erro…
-
Reproducer:
```cpp
#include
#include
#include
#define CF_CHECK_EQ(expr, res) if ( (expr) != (res) ) { goto end; }
std::vector Encrypt(const std::vector& key, const std::vector& iv, cons…
-
***
### Daily status - August 2021
This is the daily status thread for August 2021. Daily status posts will be put daily (or when I get to it) below this post.
[Click here to see last mon…
-
***
### Daily status - 2021 September
This is the daily status thread for 2021 September. Daily status posts will be put daily (or when I get to it) below this post.
[Click here to see la…
-
***
### Daily status - 2021 October
This is the daily status thread for 2021 October. Daily status posts will be put daily (or when I get to it) below this post.
[Click here to see last m…
-
***
### Daily status - 2021 November
This is the daily status thread for 2021 October. Daily status posts will be put daily (or when I get to it) below this post.
[Click here to see last …
-
Hi Dmitry,
I am trying to compile this for STM32F070CB. `make stm32f070xb` command gives me `/bin/sh: del: command not found make: *** [fwclean] Error 127` error.
If I type `make bootloade…