Remove sudo pip3 in LM(OT)S tests instructions

Signed-off-by: Raef Coles <raef.coles@arm.com>
This commit is contained in:
Raef Coles 2022-10-13 10:05:33 +01:00
parent 1b43a7448d
commit a21671123a
No known key found for this signature in database
GPG key ID: 1AAF1B43DF2086F4
2 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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
# * <Save message in binary format>
# * 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
# * <Save message in binary format>
# * 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