Skip to content

mohamed/libriddle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libriddle

build codecov

This is a minimalist and complete implementation of Shamir's secret sharing algorithm as described in JACM1979. The goal is to provide a generic and efficient implementation.

Requirements

You will need a C90 compiler, CMake 3.6+, and OpenSSL 1.1+.

Building

To build and run the tests:

  mkdir build
  cd build
  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=<path> ..
  cmake --build . --target install
  cmake --build . --target test

Bugs/Questions

In case of bugs/questions, please contact me on Github.

About

A C library that implements Shamir secret sharing algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published