|
@@ -30,7 +30,7 @@ class TestShamir(unittest.TestCase):
|
|
|
|
|
|
def test_full_encode_decode(self):
|
|
|
K = [2, 2, 2, 3, 3, 4, 1, 2, 3, 4, 5, 6, 7]
|
|
|
- N = [2, 3, 4, 4, 5, 6, 7, 7, 7, 4, 5, 6, 7]
|
|
|
+ N = [2, 3, 4, 4, 5, 6, 7, 7, 7, 7, 7, 7, 7]
|
|
|
|
|
|
for it in range(10):
|
|
|
for k, n in zip(K, N):
|