|
@@ -29,7 +29,7 @@ the case when a share or update is not valid.
|
|
|
|
|
|
Note that although the paper discusses additional improvements to Shamir's
|
|
|
Threshold Scheme, we did not include all improvements in this library due the
|
|
|
-variance in implrementation requirements. For examle, when operating in
|
|
|
+variance in implementation requirements. For examlpe, when operating in
|
|
|
Extended Mode, the integrity value can be distributed along with shares in
|
|
|
order to allow for validating the secret document upon recovery. However, as
|
|
|
platform and security requirements can change how documents are encrypted, we
|
|
@@ -48,4 +48,4 @@ run:
|
|
|
cargo test
|
|
|
```
|
|
|
|
|
|
-within the ```vss``` source directory.
|
|
|
+from the top-level directory of the repository.
|