aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcryptobox/chacha20
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Further types conversion (no functional changes)Vsevolod Stakhov2024-03-181-1/+1
|
* [Rework] Remove some of the GLib types in lieu of standard onesVsevolod Stakhov2024-03-181-1/+1
| | | | This types have constant conflicts with the system ones especially on OSX.
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-263-151/+161
| | | | No meaningful changes.
* [Minor] Limit x86_64 assembly to x86_64Vsevolod Stakhov2021-11-081-6/+6
| | | | Issue: #3967
* [Minor] Some more speed improvements for base64 decodingVsevolod Stakhov2019-11-121-1/+1
|
* [Rework] Add C++ guards to all headersVsevolod Stakhov2019-07-081-9/+18
|
* [Minor] Convert some enums to static macrosVsevolod Stakhov2018-10-271-3/+2
|
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-271-1/+1
| | | | by a bot https://github.com/ka7/misspell_fixer
* Output configuration of libcryptoboxVsevolod Stakhov2016-01-292-2/+4
|
* Reorganize assembler macro sightly.Vsevolod Stakhov2015-04-084-181/+3
|
* Use optimized version of poly1305.Vsevolod Stakhov2015-02-076-8/+10
|
* Fix cryptobox logic.Vsevolod Stakhov2015-02-071-1/+1
|
* Implement verification and keypair generation.Vsevolod Stakhov2015-02-061-2/+1
|
* Add chacha20 driver.Vsevolod Stakhov2015-02-063-0/+601
|
* Add optimized versions of ChaCha20 by @floodyberryVsevolod Stakhov2015-02-064-0/+2549