Skip to content

bhamshu/Shamir-Secret-Sharing-Scheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of general (N shares, K threshold) Shamir Secret Sharing Scheme. (Implemented over GF(2^8).)

To Run

clear && gcc -c shamir_wrapper.c && gcc test.c shamir_wrapper.o && ./a.out 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published