|
1 year ago | |
---|---|---|
go-shamirsecretsharing | 1 year ago | |
shamirsecretsharing-rs | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year 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