We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7875b22 commit 569e2ceCopy full SHA for 569e2ce
src/qos_crypto/src/shamir.rs
@@ -1,3 +1,4 @@
1
+//! Shamir Secret Sharing module. We use the [`vsss-rs`](https://crates.io/crates/vsss-rs)
2
use rand_core::OsRng;
3
use vsss_rs::Gf256;
4
0 commit comments