Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
4 days | Windows: Remove support for 32-bit driver code. Set build target as Windows ↵ | Mounir IDRASSI | 1 | -39/+0 | |
10. Simplify code and fix all warnings in driver. | |||||
2024-06-12 | Avoid conflict with C++17 features std::byte by using uint8 type instead of byte | Mounir IDRASSI | 1 | -1/+0 | |
2022-03-26 | Remove dead code from chacha_ECRYPT_encrypt_bytes (Coverity) | Mounir IDRASSI | 1 | -15/+8 | |
2019-02-08 | Windows: Add implementation of ChaCha20 based random generator. Use it for ↵ | Mounir IDRASSI | 1 | -0/+160 | |
driver need of random bytes (currently only wipe bytes but more to come later). |