We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe41117 commit 5c1b2c4Copy full SHA for 5c1b2c4
1 file changed
README.md
@@ -44,7 +44,7 @@ print(key) # => key is a hex string
44
45
# split into 10 shares with a threshold of 5
46
shares = secrets.share(key, 10, 5)
47
-print(shares) # => ['801xxx...xxx','802xxx...xxx', ... ,'809xxx...xxx','810xxx...xxx']
+print(shares) # => ['801xxx...xxx','802xxx...xxx', ... ,'809xxx...xxx','80axxx...xxx']
48
49
# combine 4 shares
50
comb = secrets.combine(shares[:4])
0 commit comments