From 6931584e442915f707dbf58c20411882cef62888 Mon Sep 17 00:00:00 2001 From: alteropen Date: Mon, 10 Feb 2025 13:26:51 +0000 Subject: [PATCH] updated readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cc9762..46a9c4b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # shamir-secret-sharing -C implementation of shamir secret sharing algorithm \ No newline at end of file +C implementation of shamir secret sharing algorithm + +# background +This code was created when i was learning CPP when i was 15 as you can see almost no CPP features were used and its basically just C +This is terrible code but it works might work on making a new smarter implementation in the future for now it is what it is +Please never use this in production or to keep anything valuable its just here for fun