kr0 bfbe547191 | 5 years ago | |
---|---|---|
go-shamirsecretsharing | 5 years ago | |
shamirsecretsharing-rs | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago |
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