Skip to content

Commit 427489c

Browse files
committed
README fix
1 parent 5163de2 commit 427489c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ Compatible with both Python 2.7 and 3.5; other versions untested.
1010
Note: this library is for a pure implementation of SSS in Python;
1111
if you are looking for the API Library for SSSaaS, look [here](https://github.com/SSSAAS/sssaas-python).
1212

13-
sssa.create(minimum int, shares int, raw string) - creates a set of shares
13+
sssa.create(minimum, shares, raw) - creates a set of shares
1414

15-
sssa.combine(shares []string) - combines shares into secret
15+
sssa.combine(shares) - combines shares into secret
1616

1717
For more detailed documentation, check out docs/sssa.md
1818

1919
## Contributing
2020
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.
2121

22-
The reference implementation for this cross-language project was written in Go, [here](https://github.com/SSSAAS/sssaas-golang).
22+
The reference implementation for this cross-language project was written in Go, [here](https://github.com/SSSAAS/sssa-golang).
2323
Please make sure all tests pass before submitting a pull request. In particular,
2424
`python ./utils_tests.py && python ./sssa_tests.py` will run all internal tests
2525
and the [go-libtest](https://github.com/SSSAAS/go-libtest) suite's tests should be run

0 commit comments

Comments
 (0)