cryptopals_c

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

commit 21ed72c1e14495d5f0b7dd49e603560cccc57fd8
parent 412d14330fd9fbd3e649e9c5f370f47a5ae65630
Author: superpozycja <anna@superpozycja.net>
Date:   Thu, 12 Sep 2024 23:23:58 +0200

fix readme disclaimer

Diffstat:
MREADME | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -1,7 +1,8 @@ cryptopals_c 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 (obviously) +from scratch. + +this code is not cryptographically secure (paradoxically) [1] https://cryptopals.com/