Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Further types conversion (no functional changes) | Vsevolod Stakhov | 2024-03-18 | 1 | -1/+1 |
| | |||||
* | [Rework] Remove some of the GLib types in lieu of standard ones | Vsevolod Stakhov | 2024-03-18 | 1 | -1/+1 |
| | | | | This types have constant conflicts with the system ones especially on OSX. | ||||
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 3 | -151/+161 |
| | | | | No meaningful changes. | ||||
* | [Minor] Limit x86_64 assembly to x86_64 | Vsevolod Stakhov | 2021-11-08 | 1 | -6/+6 |
| | | | | Issue: #3967 | ||||
* | [Minor] Some more speed improvements for base64 decoding | Vsevolod Stakhov | 2019-11-12 | 1 | -1/+1 |
| | |||||
* | [Rework] Add C++ guards to all headers | Vsevolod Stakhov | 2019-07-08 | 1 | -9/+18 |
| | |||||
* | [Minor] Convert some enums to static macros | Vsevolod Stakhov | 2018-10-27 | 1 | -3/+2 |
| | |||||
* | [Minor] Massive spelling correction | Alexander Moisseev | 2017-06-27 | 1 | -1/+1 |
| | | | | by a bot https://github.com/ka7/misspell_fixer | ||||
* | Output configuration of libcryptobox | Vsevolod Stakhov | 2016-01-29 | 2 | -2/+4 |
| | |||||
* | Reorganize assembler macro sightly. | Vsevolod Stakhov | 2015-04-08 | 4 | -181/+3 |
| | |||||
* | Use optimized version of poly1305. | Vsevolod Stakhov | 2015-02-07 | 6 | -8/+10 |
| | |||||
* | Fix cryptobox logic. | Vsevolod Stakhov | 2015-02-07 | 1 | -1/+1 |
| | |||||
* | Implement verification and keypair generation. | Vsevolod Stakhov | 2015-02-06 | 1 | -2/+1 |
| | |||||
* | Add chacha20 driver. | Vsevolod Stakhov | 2015-02-06 | 3 | -0/+601 |
| | |||||
* | Add optimized versions of ChaCha20 by @floodyberry | Vsevolod Stakhov | 2015-02-06 | 4 | -0/+2549 |