commit 820194c6c1f91a4ec1b68b323c5cdecc92109a9a parent a51383a84eaae7c83ba61db82ab45c6a4349be97 Author: anna <anna@brokenlove.online> Date: Sun, 1 Sep 2024 18:33:11 +0200 substitue readme to a plaintext format Diffstat:
A | README | | | 7 | +++++++ |
D | README.md | | | 3 | --- |
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/README b/README @@ -0,0 +1,7 @@ + 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 so don't even get any ideas. + +[1] https://cryptopals.com/ diff --git a/README.md b/README.md @@ -1,3 +0,0 @@ -# cryptopals in c - -cryptopals in c