dep-repository

Default repository for the dep dependency manager
git clone git://git.finwo.net/misc/dep-repository
Log | Files | Refs

commit ae4732638f6ed43d0045ee40a1cf332a1d80bf4a
parent 8a55f7ea1126ad9357afcd397f6493a1f1715249
Author: finwo <finwo@pm.me>
Date:   Sat, 10 Jan 2026 21:37:20 +0100

Added b-con/crypto-algorithms package

Diffstat:
Ab-con/crypto-algorithms/config.mk | 10++++++++++
Ab-con/crypto-algorithms/package.ini | 18++++++++++++++++++
2 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/b-con/crypto-algorithms/config.mk b/b-con/crypto-algorithms/config.mk @@ -0,0 +1,10 @@ +SRC+=__DIRNAME/aes.c +SRC+=__DIRNAME/arcfour.c +SRC+=__DIRNAME/base64.c +SRC+=__DIRNAME/blowfish.c +SRC+=__DIRNAME/des.c +SRC+=__DIRNAME/md2.c +SRC+=__DIRNAME/md5.c +SRC+=__DIRNAME/rot-13.c +SRC+=__DIRNAME/sha1.c +SRC+=__DIRNAME/sha256.c diff --git a/b-con/crypto-algorithms/package.ini b/b-con/crypto-algorithms/package.ini @@ -0,0 +1,18 @@ +[repository] +github=b-con/crypto-algorithms + +[package] +name=b-con/crypto-algorithms + +[export] +config.mk=config.mk +include/b-con/aes.h=aes.h +include/b-con/arcfour.h=arcfour.h +include/b-con/base64.h=base64.h +include/b-con/blowfish.h=blowfish.h +include/b-con/des.h=des.h +include/b-con/md2.h=md2.h +include/b-con/md5.h=md5.h +include/b-con/rot-13.h=rot-13.h +include/b-con/sha1.h=sha1.h +include/b-con/sha256.h=sha256.h