dark-crystal-key-backup-rust 0.2.3

Secret sharing, with shares encrypted to specific recipients
Documentation

dark-crystal-key-backup-rust

Provides encryption of secret shares to specific recipients using crypto_box

Internally uses dark-crystal-secret-sharing-rust which uses sharks for Shamirs secret sharing and xsalsa20poly1305 for authenticated encryption.

This is part of a work-in-progress Rust implementation of the Dark Crystal Key Backup Protocol.