cryptopals_c

cryptopals crypto challenges solutions in pure c
git clone git://git.superpozycja.net/cryptopals_c
Log | Files | Refs | README

commit 799a0de697d6b0ee0d999ca51f1ceb14354657ce
parent 820194c6c1f91a4ec1b68b323c5cdecc92109a9a
Author: superpozycja <anna@superpozycja.net>
Date:   Sun,  1 Sep 2024 18:36:18 +0200

fix wording a lil

Diffstat:
MREADME | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README @@ -2,6 +2,6 @@ solutions to cryptopals challenges [1] written in plain c, without libraries, from scratch. none of the code presented here is of use in production-grade -code so don't even get any ideas. +code (obviously) [1] https://cryptopals.com/