diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-08-01 19:41:25 +0100 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-08-01 19:50:08 +0100 |
commit | fcd7d707feba6f02b89fa2d2c9eb3b8a0df5e7f4 (patch) | |
tree | c14344c96b7161e634555d3b14dcdceda4bc7dde | |
parent | bd16e4f7ed3f95cc0572c9ef48b7cae89c5c4707 (diff) | |
download | cryptography-fcd7d707feba6f02b89fa2d2c9eb3b8a0df5e7f4.tar.gz cryptography-fcd7d707feba6f02b89fa2d2c9eb3b8a0df5e7f4.tar.bz2 cryptography-fcd7d707feba6f02b89fa2d2c9eb3b8a0df5e7f4.zip |
add a line for the ecdh vector loader to cover a missed branch
-rw-r--r-- | tests/test_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py index f71264ea..416de795 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -3047,6 +3047,7 @@ d518475576730ed528779366568e46b7dd4ed787cb72d0733c93 def test_load_kasvs_ecdh_vectors(): vector_data = textwrap.dedent(""" + # CAVS 11.0 # Parameter set(s) supported: EA EB EC ED EE # CAVSid: CAVSid (in hex: 434156536964) # IUTid: In hex: a1b2c3d4e5 |