A cryptographic method to split a secret into multiple shares so any threshold subset can reconstruct it.
Shamir's Secret Sharing splits a secret (like a seed) into N shares such that any M shares can reconstruct it, but fewer reveal nothing. Some wallets implement a standardized variant (SLIP-0039).
All terms and definitions may update as the Cryptionary improves.