package
1.20240719.1
Repository: https://github.com/blend/go-sdk.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.