Add more test cases
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
23d4b8baee
commit
5c9f401e47
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ class EcpP192R1Raw(bignum_common.ModOperationCommon,
|
|||
input_values = [
|
||||
"0", "1",
|
||||
|
||||
# Modulus - 1
|
||||
"fffffffffffffffffffffffffffffffefffffffffffffffe",
|
||||
|
||||
# First 8 number generated by random.getrandbits(384) - seed(2,2)
|
||||
("cf1822ffbc6887782b491044d5e341245c6e433715ba2bdd"
|
||||
"177219d30e7a269fd95bafc8f2a4d27bdcf4bb99f4bea973"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue