Skip to content

A C implementation of Shamir's secret sharing by David Madore

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

gdavidbutler/ShamirSecretSharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShamirSecretSharing

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

About

A C implementation of Shamir's secret sharing by David Madore

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published