Skip to content

Commit 28e3384

Browse files
committed
Readme modification
1 parent d5cb574 commit 28e3384

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# sssaas-python
22
An implementation of Shamir's Secret Sharing Algorithm in Python
3-
4-
Note: this is compatible with both Python 2.7 and 3.5; other versions untested.
3+
Compatible with both Python 2.7 and 3.5; other versions untested.
54

65
Copyright (C) 2015 Alexander Scheel, Joel May, Matthew Burket
76
See Contributors.md for a complete list of contributors.
87
Licensed under the MIT License.
98

109
## Usage
1110
Note: this library is for a pure implementation of SSS in Python;
12-
if you are looking for the API Library for SSSaaS, look [here](https://github.com/SSSAAS/sssaas-golang).
11+
if you are looking for the API Library for SSSaaS, look [here](https://github.com/SSSAAS/sssaas-python).
1312

1413
sssa.create(minimum int, shares int, raw string) - creates a set of shares
1514

@@ -20,4 +19,7 @@ For more detailed documentation, check out docs/sssa.md
2019
## Contributing
2120
We welcome pull requests, issues, security advice on this library, or other contributions you feel are necessary. Feel free to open an issue to discuss any questions you have about this library.
2221

22+
The reference implementation for this cross-language project was written in Go.
23+
Please consult the golang library [here](https://github.com/SSSAAS/sssaas-golang).
24+
2325
For security issues, send a GPG-encrypted email to <alexander.m.scheel@gmail.com> with public key [0xBDC5F518A973035E](https://pgp.mit.edu/pks/lookup?op=vindex&search=0xBDC5F518A973035E).

0 commit comments

Comments
 (0)