File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " sskr"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
edition = " 2021"
5
5
description = " Sharded Secret Key Reconstruction (SSKR) for Rust."
6
6
authors = [" Blockchain Commons" ]
@@ -12,10 +12,10 @@ categories = ["cryptography"]
12
12
documentation = " https://docs.rs/sskr"
13
13
14
14
[dependencies ]
15
- bc-rand = " 0.1.0 "
15
+ bc-rand = " 0.1"
16
16
17
17
# bc-shamir = { path = "../bc-shamir-rust" }
18
- bc-shamir = " 0.3.0 "
18
+ bc-shamir = " 0.3"
19
19
20
20
thiserror = " 1.0.48"
21
21
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Sharded Secret Key Reconstruction (SSKR) is a protocol for splitting a *secret*
14
14
15
15
``` toml
16
16
[dependencies ]
17
- sskr = " 0.3.0 "
17
+ sskr = " 0.3.1 "
18
18
```
19
19
20
20
## Specification
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/sskr/0.3.0 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/sskr/0.3.1 " ) ]
2
2
#![ warn( rust_2018_idioms) ]
3
3
4
4
//! # Introduction
9
9
//!
10
10
//! ```toml
11
11
//! [dependencies]
12
- //! sskr = "0.3.0 "
12
+ //! sskr = "0.3.1 "
13
13
//! ```
14
14
//!
15
15
//! # Example
You can’t perform that action at this time.
0 commit comments