First version of Threefish512-CTR with BLAKE3-MAC & a custom shamirs secret sharing port alongside C bridges with test vectors & Compilation instructions

This commit is contained in:
2026-01-13 21:23:34 +01:00
parent 81dbdf451f
commit 99c6a7b6a2
142 changed files with 28312 additions and 0 deletions

6
crypto/README.md Normal file
View File

@@ -0,0 +1,6 @@
**Use following command to check if build succeeded (check for stripped symbols)**:
Linux:
`$ readelf -Ws ~/Documents/shamirs_secret_sharing/dll_dist/shamirs_secret_sharing.cpython-311-aarch64-linux-gnu.so`
Windows:
`$ llvm-nm -g C:\Users\wm\Documents\projekt_payments.org.im\crypto\shamirs_secret_sharing\shamir_bridge.dll`