This is part of a work-in-progress Rust implementation of the Dark Crystal Key Backup Protocol.
This crate provides basic authenticated secret-sharing, allowing you to know if recovery was successful.
Internally this uses sharks for Shamirs secret sharing and xsalsa20poly1305 for authenticated encryption.