From bd09bae088c693b58c5b0797e333d69dffbe3057 Mon Sep 17 00:00:00 2001 From: alex-s168 Date: Fri, 5 Sep 2025 12:01:10 +0200 Subject: [PATCH] c --- README.md | 3 ++- chacha20.h | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80cc82c..3477a07 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # 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. +Each library is documentated at the top of each header file ## Features of all libraries - C89 (or later) compatible diff --git a/chacha20.h b/chacha20.h index 09f0154..b2e2bdb 100644 --- a/chacha20.h +++ b/chacha20.h @@ -2,6 +2,8 @@ * Copyright (c) 2025 Alexander Nutz * MIT licensed, see below documentation * + * Latest version can be found at: https://gitea.vxcc.dev/alexander.nutz/slow-libs + * * * ======== ChaCha20 stream chiper ======== *