From 997499318bffb898f35255bb7e25bef8eaf1b21c Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 25 Apr 2023 18:12:51 +0200 Subject: [PATCH] readme update --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c441f1e..f591112 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ -# python-dhbw +# plexcryptool -small scripts i made for use with some dhbw items \ No newline at end of file +A collection of tools for cryptography uses. + +# Hybrid Repository +This Repository uses a combination of python and rust code through pyo3 rust bindings. +The reason for this is that python is a too dynamic language, screwing around with datatypes a bit +too much for my liking + +# License +MIT License