Skip to content

p-flock/rust-shamir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A rust implementation of Shamir secret sharing

This library demonstrates a k/n shamir secret sharing scheme. It supports: Creating shares from a secret, recovering a secret from a set of shares, addition and subtraction between secret-shares.

At the moment the library operates in a finite field of size 65413 (a 16-bit prime), this avoids any possible overflow from single operations on signed 64-bit integers (i64 in rust);

About

A demonstration of shamir secret sharing written in rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages