index.md

June 3, 2025 ยท View on GitHub

Xecrets.Slip39

Xecrets.Slip39 Assembly

Slip39 is a library for Shamir's Secret Sharing with SLIP-0039 enhancements.

Namespaces
Xecrets.Slip39The main entry point for the library is through the IShamirsSecretSharing interface, which has a default implementation in ShamirsSecretSharing. The only other public type of importance is Share which is how generated shares are represented and returned. It also has a static method to parse a share string into a Share object.