Crates.io | dark-crystal-secret-sharing-rust |
lib.rs | dark-crystal-secret-sharing-rust |
version | 0.2.2 |
source | src |
created_at | 2022-03-14 09:15:34.500459 |
updated_at | 2022-07-20 06:40:19.881909 |
description | Shamirs secret sharing with authenticated recovery |
homepage | |
repository | https://gitlab.com/dark-crystal-rust/dark-crystal-secret-sharing-rust |
max_upload_size | |
id | 549731 |
size | 11,632 |
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.