//
pkg.gl
Category
github.com/jesseduffield/horcrux
pkg
shamir
package
0.0.0-20230919115716-5e848abcca49
Repository:
https://github.com/jesseduffield/horcrux.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
5
Dependents
1
Files
303 SLOC
#
Functions
Combine
Combine is used to reverse a Split and reconstruct a secret once a `threshold` number of parts are available.
Split
Split takes an arbitrarily long secret and generates a `parts` number of shares, `threshold` of which are required to reconstruct the secret.
#
Constants
ShareOverhead
ShareOverhead is the byte size overhead of each share when using Split on a secret.