dark-crystal-secret-sharing-rust 0.2.2

Shamirs secret sharing with authenticated recovery
Documentation

dark-crystal-secret-sharing-rust

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.