This commit is contained in:
2025-09-05 12:01:10 +02:00
parent 24bc8bee8f
commit bd09bae088
2 changed files with 4 additions and 1 deletions

View File

@@ -1,8 +1,9 @@
# slow-libs single-header libraries # slow-libs single-header libraries
MIT / Public Domain (see ./LICENSE) MIT licennced (see ./LICENSE)
Most libraries are not actually slow, but that is just the naming scheme. Most libraries are not actually slow, but that is just the naming scheme.
Each library is documentated at the top of each header file
## Features of all libraries ## Features of all libraries
- C89 (or later) compatible - C89 (or later) compatible

View File

@@ -2,6 +2,8 @@
* Copyright (c) 2025 Alexander Nutz * Copyright (c) 2025 Alexander Nutz
* MIT licensed, see below documentation * MIT licensed, see below documentation
* *
* Latest version can be found at: https://gitea.vxcc.dev/alexander.nutz/slow-libs
*
* *
* ======== ChaCha20 stream chiper ======== * ======== ChaCha20 stream chiper ========
* *