cryptopals_c

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

commit a51383a84eaae7c83ba61db82ab45c6a4349be97
parent dcd228063b417e854760e12646a346c410946b80
Author: anna <anna@brokenlove.online>
Date:   Sun,  1 Sep 2024 16:39:35 +0200

delete the old build script

Diffstat:
Dbuild.sh | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/build.sh b/build.sh @@ -1,6 +0,0 @@ -#!/bin/sh - -for filename in *.c; do - echo "compiling $filename" - gcc -lba -lcryptanalysis -g -o "bin/$(basename $filename .c)" $filename -lcrypto -done