Crates.io | dark-crystal-key-backup-rust |
lib.rs | dark-crystal-key-backup-rust |
version | 0.2.3 |
source | src |
created_at | 2022-03-14 09:57:06.579394 |
updated_at | 2022-07-20 06:42:20.338776 |
description | Secret sharing, with shares encrypted to specific recipients |
homepage | |
repository | https://gitlab.com/dark-crystal-rust/dark-crystal-key-backup-rust |
max_upload_size | |
id | 549746 |
size | 13,883 |
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.