Commit 9be0c57a authored by Tomas Susanka's avatar Tomas Susanka

slip-0039/shamir: typo

parent e497e7c9
......@@ -29,7 +29,7 @@ Shamir's secret-sharing scheme (SSSS) is a cryptographic mechanism how to divide
In case sufficient M values are provided the points exactly define the polynomial. The polynomial's value of f(0) = S corresponds to the master secret. You may read more on SSSS on [Wikipedia](https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing).
![curve](slip-0039/curve.png)
<img src="slip-0039/curve.png">
## From entropy to mnemonic secrets
......@@ -74,7 +74,7 @@ No localization is supported. This standard deals with a set of English words on
## Wordlist
Wordlist mandated by this SLIP is ![available here](slip-0039/wordlist.txt). Several criteria were applied where creating the list:
Wordlist mandated by this SLIP is [available here](slip-0039/wordlist.txt). Several criteria were applied where creating the list:
* wordlist is alphabetically sorted
* wordlist contains only common English words
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment