This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
shamirss
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
use secrets, Python hasn't turned off this foot gun yet..
main
John-Mark Gurney
1 year ago
parent
38d73b189e
commit
b74f9184d2
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
shamirss.py
+ 3
- 1
shamirss.py
View File
@@ -24,9 +24,11 @@
import functools
import operator
import
random
import
secrets
import unittest.mock
random = secrets.SystemRandom()
def _makered(x, y):
'''Make reduction table entry.
Write
Preview
Loading…
Cancel
Save