add benchmark; modify darc implementation so mutual inner key 2 has an ephemeral key

This commit is contained in:
2024-08-12 12:47:12 -05:00
parent fd7d8dd0c7
commit a9742deddb
5 changed files with 37 additions and 12 deletions

View File

@@ -29,6 +29,7 @@ def test_darc(height, width, message_len):
assert original_message == message
@pytest.mark.skip
@pytest.mark.parametrize(
"height, width, message_len",
[(256, 10, 256), (100, 70, 70), (40, 50, 40), (256, 10, 128), (100, 70, 35), (40, 50, 20)]