A C implementation of Shamir's Secret Sharing by David Madore
No dependencies. No dynamic memory allocation. No recursion. Small and Fast.
This is a thread safe C library version of David Madore's excellent comand line implementation of Shamir's secret sharing.
An example of using this:
- test/main.c - David Madore's command line interface to the library