Skip to content

Commit 08d898a

Browse files
committed
Working.
1 parent 783552c commit 08d898a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#![doc(html_root_url = "https://docs.rs/sskr/0.1.0")]
2+
#![warn(rust_2018_idioms)]
3+
14
pub const MIN_SECRET_LEN: usize = bc_shamir::MIN_SECRET_LEN;
25
pub const MAX_SECRET_LEN: usize = bc_shamir::MAX_SECRET_LEN;
36
pub const MAX_SHARE_COUNT: usize = bc_shamir::MAX_SHARE_COUNT;

0 commit comments

Comments
 (0)