Browse Source

Touchups to README

Ian Goldberg 4 years ago
parent
commit
74b7118fd1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -7,7 +7,7 @@ Bailey Kacsmar, Chelsea Komlo, Florian Kerschbaum, Ian Goldberg.
 Proceedings on Privacy Enhancing Technologies. Vol. 2020, No. 2. 18
 pages. April 2020.
 
-This library presents a subset of the presented improvements to Shamir's
+This library implements a subset of the improvements to Shamir's
 threshold scheme presented in this paper. As such, this library provides the
 ability for participants to verify the integrity of shares received by a central dealer,
 and for participants to update shares in the future, providing protection
@@ -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 implementation requirements. For examlpe, when operating in
+variance in implementation requirements. For example, 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