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 783552c commit 08d898aCopy full SHA for 08d898a
src/lib.rs
@@ -1,3 +1,6 @@
1
+#![doc(html_root_url = "https://docs.rs/sskr/0.1.0")]
2
+#![warn(rust_2018_idioms)]
3
+
4
pub const MIN_SECRET_LEN: usize = bc_shamir::MIN_SECRET_LEN;
5
pub const MAX_SECRET_LEN: usize = bc_shamir::MAX_SECRET_LEN;
6
pub const MAX_SHARE_COUNT: usize = bc_shamir::MAX_SHARE_COUNT;
0 commit comments