readme: Fix a typo

This commit is contained in:
Daan Sprenkels
2017-10-30 16:51:48 +01:00
committed by GitHub
parent 3dd759d0de
commit 0dcbfd4c05

View File

@@ -156,8 +156,8 @@ If you would like your library to be added here, please open a pull request. :)
It should be important to note that a limited secret length does not mean
that it is impossible to share longer secrets. The way this is done is
by secret sharing a random key and using this key to encrypt the real
secret. This is a lot faster and had the security is not reduced. (This
is actually how [sss-cli] produces variable-length shares.)
secret. This is a lot faster and the security is not reduced. (This is
actually how [sss-cli] produces variable-length shares.)
1. Uses the GNU gmp library.
2. Uses lookup tables for GF(256) multiplication.