diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2016-11-26 15:40:46 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2016-12-03 16:01:51 +0100 |
commit | 9e0c85241234ae607c7eea4bb9f3ee61762b5c0c (patch) | |
tree | 1afe00ccf03878493865ac275ca0791d177a20ab /unittest | |
parent | 5adc4b754de0a55f8c92dfbcd868630e65b4781f (diff) | |
download | libnitrokey-9e0c85241234ae607c7eea4bb9f3ee61762b5c0c.tar.gz libnitrokey-9e0c85241234ae607c7eea4bb9f3ee61762b5c0c.tar.bz2 |
Update comments
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/constants.py b/unittest/constants.py index 3c19a9b..0897b42 100644 --- a/unittest/constants.py +++ b/unittest/constants.py @@ -2,7 +2,7 @@ from enum import Enum from misc import to_hex RFC_SECRET_HR = '12345678901234567890' -RFC_SECRET = to_hex(RFC_SECRET_HR) # '3031323334353637383930...' +RFC_SECRET = to_hex(RFC_SECRET_HR) # '31323334353637383930...' # print( repr((RFC_SECRET, RFC_SECRET_, len(RFC_SECRET))) ) |