readme: Add max number of shares

This commit resolves issue #24.
This commit is contained in:
Daan Sprenkels
2019-05-22 13:41:12 +02:00
committed by GitHub
parent 50f71eebff
commit 2b138cd7c9

View File

@@ -71,6 +71,9 @@ from secret data using `sss_create_shares` and shares can be combined again
using the `sss_combine_shares` functions. The shares are octet strings of
113 bytes each.
This library is implemented in such a way that the maximum number of shares
is 255.
### Example
```c