Closed christophhagen closed 6 years ago
The group cipher and session cipher tests can be simplified:
bob_session_builder
alice_ephemeral_key
bob_pre_key
size
50
decrypt_and_compare_messages
alice_address
bob_address
The group cipher and session cipher tests can be simplified:
test_group_cipher
test_no_session()
bob_session_builder
is unused and can be removedtest_session_cipher
initialize_sessions_v3()
alice_ephemeral_key
is unused and can be removedbob_pre_key
is unused and can be removedgenerate_test_message_collections()
size
consistently (instead of50
)decrypt_and_compare_messages
(twice)run_interaction()
alice_address
andbob_address
for consistency (Alice should initialize session for Bob's address)