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 4750a24308d3d04ec69425ac807b376cd4a8f8d6
parent cfbde48414baacf51fc7c74f275190881f037d32
Author: Rigidus <i.am.rigidus@gmail.com>
Date:   Mon, 28 Dec 2020 09:37:59 +0300

Fix title comment filename
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.