Skip to content

Commit 569e2ce

Browse files
committed
Add module level docstring
1 parent 7875b22 commit 569e2ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qos_crypto/src/shamir.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//! Shamir Secret Sharing module. We use the [`vsss-rs`](https://crates.io/crates/vsss-rs)
12
use rand_core::OsRng;
23
use vsss_rs::Gf256;
34

0 commit comments

Comments
 (0)