package
0.0.0-20230919115716-5e848abcca49
Repository: https://github.com/jesseduffield/horcrux.git
Documentation: pkg.go.dev

# Functions

Combine is used to reverse a Split and reconstruct a secret once a `threshold` number of parts are available.
Split takes an arbitrarily long secret and generates a `parts` number of shares, `threshold` of which are required to reconstruct the secret.

# Constants

ShareOverhead is the byte size overhead of each share when using Split on a secret.