You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@
8
8
9
9
## Introduction
10
10
11
-
Sharded Secret Key Reconstruction (SSKR) is a protocol for splitting a *secret* into a set of *shares* across one or more *groups*, such that the secret can be reconstructed from any combination of shares totaling or exceeding a *threshold* number of shares within each group and across all groups. SSKR is a generalization of Shamir's Secret Sharing (SSS) that allows for multiple groups and multiple thresholds.
11
+
Sharded Secret Key Reconstruction (SSKR) is a protocol for splitting a _secret_ into a set of _shares_ across one or more _groups_, such that the secret can be reconstructed from any combination of shares totaling or exceeding a _threshold_ number of shares within each group and across all groups. SSKR is a generalization of Shamir's Secret Sharing (SSS) that allows for multiple groups and multiple thresholds.
12
12
13
13
## Getting Started
14
14
15
15
```toml
16
16
[dependencies]
17
-
sskr = "0.5.0"
17
+
sskr = "0.6.0"
18
18
```
19
19
20
20
## Specification
@@ -64,10 +64,10 @@ If your company requires support to use our projects, please feel free to contac
64
64
65
65
The following people directly contributed to this repository. You can add your name here by getting involved. The first step is learning how to contribute from our [CONTRIBUTING.md](./CONTRIBUTING.md) documentation.
| Christopher Allen | FDFE 14A5 4ECB 30FC 5D22 74EF F8D3 6C91 3574 05ED |
87
87
88
88
You can import a key by running the following command with that individual’s fingerprint: `gpg --recv-keys "<fingerprint>"` Ensure that you put quotes around fingerprints that contain spaces.
0 commit comments