Skip to content

Commit

Permalink
Add module level docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Nov 12, 2024
1 parent 7875b22 commit 569e2ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qos_crypto/src/shamir.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//! Shamir Secret Sharing module. We use the [`vsss-rs`](https://crates.io/crates/vsss-rs)
use rand_core::OsRng;
use vsss_rs::Gf256;

Expand Down

0 comments on commit 569e2ce

Please sign in to comment.