From a21671123a6105aa03336ae77427cd73bb0f71eb Mon Sep 17 00:00:00 2001 From: Raef Coles Date: Thu, 13 Oct 2022 10:05:33 +0100 Subject: [PATCH] Remove `sudo pip3` in LM(OT)S tests instructions Signed-off-by: Raef Coles --- tests/suites/test_suite_lmots.data | 6 +++--- tests/suites/test_suite_lms.data | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/suites/test_suite_lmots.data b/tests/suites/test_suite_lmots.data index fdb6e43f2..6b34078c3 100644 --- a/tests/suites/test_suite_lmots.data +++ b/tests/suites/test_suite_lmots.data @@ -22,7 +22,7 @@ LMOTS hsslms interop test #1 # the LMS key), and the same message. # # To reproduce the signature: -# sudo pip3 install hsslms==0.1.2 +# pip3 install --user hsslms==0.1.2 # # from hsslms import LMS_Priv, LM_OTS_Priv, LMS_ALGORITHM_TYPE, LMOTS_ALGORITHM_TYPE # import pickle @@ -46,7 +46,7 @@ LMOTS hsslms interop test #2 # the LMS key), and the same message. # # To reproduce the signature: -# sudo pip3 install hsslms==0.1.2 +# pip3 install --user hsslms==0.1.2 # # from hsslms import LMS_Priv, LM_OTS_Priv, LMS_ALGORITHM_TYPE, LMOTS_ALGORITHM_TYPE # import pickle @@ -68,7 +68,7 @@ LMOTS hsslms interop NULL-message test # key is stored in data_files/lms_hsslms_sha256_m32_h5_lmots_sha256_n32_w8.prv. # # To reproduce the signature: -# sudo pip3 install hsslms==0.1.2 +# pip3 install --user hsslms==0.1.2 # # from hsslms import LMS_Priv, LM_OTS_Priv, LMS_ALGORITHM_TYPE, LMOTS_ALGORITHM_TYPE # import pickle diff --git a/tests/suites/test_suite_lms.data b/tests/suites/test_suite_lms.data index 85aad52ed..207d943c4 100644 --- a/tests/suites/test_suite_lms.data +++ b/tests/suites/test_suite_lms.data @@ -19,7 +19,7 @@ LMS pyhsslms interop test #1 # and the public key before including them in a the test data. # # To reproduce the signature: -# * sudo pip3 install pyhsslms +# * pip3 install --user pyhsslms # * cp data_files/lms_pyhsslms_sha256_m32_h5_lmots_sha256_n32_w8_prv tmp/lms.prv # * # * hsslms sign tmp/lms.prv message.bin @@ -44,7 +44,7 @@ LMS pyhsslms interop test #2 # and the public key before including them in a the test data. # # To reproduce the signature: -# * sudo pip3 install pyhsslms +# * pip3 install --user pyhsslms # * cp data_files/lms_pyhsslms_sha256_m32_h5_lmots_sha256_n32_w8_prv tmp/lms.prv # * # * hsslms sign tmp/lms.prv message.bin (incorrect signature using leaf node 0) @@ -71,7 +71,7 @@ LMS pyhsslms interop NULL-message test # signature and the public key before including them in a the test data. # # To reproduce the signature: -# * sudo pip3 install pyhsslms +# * pip3 install --user pyhsslms # * cp data_files/lms_pyhsslms_sha256_m32_h5_lmots_sha256_n32_w8.prv tmp/lms.prv # * touch message.bin (create empty message file) # * hsslms sign tmp/lms.prv message.bin (incorrect signature using leaf node 0) @@ -152,7 +152,7 @@ LMS hsslms interop test #1 # data_files/lms_hsslms_sha256_m32_h5_lmots_sha256_n32_w8.prv # # To reproduce the signature: -# sudo pip3 install hsslms==0.1.2 +# pip3 install --user hsslms==0.1.2 # # from hsslms import LMS_Priv, LMS_ALGORITHM_TYPE, LMOTS_ALGORITHM_TYPE # import pickle @@ -174,7 +174,7 @@ LMS hsslms interop test #2 # data_files/lms_hsslms_sha256_m32_h5_lmots_sha256_n32_w8.prv # # To reproduce the signature: -# sudo pip3 install hsslms==0.1.2 +# pip3 install --user hsslms==0.1.2 # # from hsslms import LMS_Priv, LMS_ALGORITHM_TYPE, LMOTS_ALGORITHM_TYPE # import pickle