Shufflers are now aware of parallel shuffles, but still perform them sequentially

This commit is contained in:
Vincent Ehrmanntraut
2024-12-09 11:04:28 +01:00
parent b91a01adc3
commit b5467b69a9
7 changed files with 83 additions and 14 deletions

View File

@@ -54,5 +54,5 @@ def test_allocator():
arr2.secure_permute(p2)
arr3.secure_permute(p3)
test_allocator()
# test_case([5, 10, 20], 10)
# test_allocator()
test_case([5, 10, 20], 10)