LeoFVO / goshamir

Minimal implementation of Shamir Algorithm in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goshamir

Minimal implementation in Go of Shamir's Secret Sharing algorithm.

This algorithm is used to split a secret into multiple shares, and then reconstruct the secret from a subset of the shares.

Usage

go run main.go

References

About

Minimal implementation of Shamir Algorithm in Go.


Languages

Language:Go 100.0%