crypto-algorithms.c

Basic implementations of standard cryptography algorithms, like AES and SHA-1
git clone git://git.finwo.net/lib/crypto-algorithms.c
Log | Files | Refs | README

commit 6f92232a24d18f0dc454023c11da8fa311a987ba
parent e0ed714bb02796a0ae91268f93268ab625945a22
Author: finwo <finwo@pm.me>
Date:   Sat, 10 Jan 2026 22:25:53 +0100

Merge remote-tracking branch 'rigidus/patch-1'

Diffstat:
Mbase64_test.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base64_test.c b/base64_test.c @@ -1,5 +1,5 @@ /********************************************************************* -* Filename: blowfish_test.c +* Filename: base64_test.c * Author: Brad Conte (brad AT bradconte.com) * Copyright: * Disclaimer: This code is presented "as is" without any guarantees.