dark-crystal-secret-sharing-rust

Crates.iodark-crystal-secret-sharing-rust
lib.rsdark-crystal-secret-sharing-rust
version0.2.2
sourcesrc
created_at2022-03-14 09:15:34.500459
updated_at2022-07-20 06:40:19.881909
descriptionShamirs secret sharing with authenticated recovery
homepage
repositoryhttps://gitlab.com/dark-crystal-rust/dark-crystal-secret-sharing-rust
max_upload_size
id549731
size11,632
peg (ameba23)

documentation

https://docs.rs/dark-crystal-secret-sharing-rust

README

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.

Commit count: 24

cargo fmt