mirror of
https://github.com/arnaucube/shamirsecretsharing.git
synced 2026-02-06 19:16:46 +01:00
bfbe547191179c9cb23087b56104aa973ec7edbc
Implemented Kalinski Modular inverse algorithm. See: https://www.researchgate.net/publication/3387259_Improved_Montgomery_modular_inverse_algorithm Also implemented test for big and small Bignums. One test is giving results over the Montgomery Domain, so a little bit of research has to be done.
Shamir's Secret Sharing
This repo contains Rust & Go implementations of Shamir's Secret Sharing algorithm. The Go implementation also has a compiled Web Assembly (WASM) version from the Go code to be used from the browser.
go: go-shamirsecretsharing: Go lib + WASM librust: shamirsecretsharing-rs
Languages
Rust
52.8%
Go
38.8%
HTML
5.4%
JavaScript
3%