@@ -2253,6 +2253,7 @@ Each suite comprises the following parameters:
2253
2253
- E, the target elliptic curve over a field F.
2254
2254
- p, the characteristic of the field F.
2255
2255
- m, the extension degree of the field F.
2256
+ - sgn0, one of the variants specified in {{sgn0-variants}}.
2256
2257
- H, the hash function used by hash\_to\_base ({{hashtobase-sec}}).
2257
2258
- L, the length of HKDF-Expand output in hash\_to\_base ({{hashtobase-sec}}).
2258
2259
- f, a mapping function from {{mappings}}.
@@ -2347,6 +2348,7 @@ The common parameters for the above suites are:
2347
2348
- B = 0x5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b
2348
2349
- p : 2^256 - 2^224 + 2^192 + 2^96 - 1
2349
2350
- m : 1
2351
+ - sgn0 : sgn0\_le ({{sgn0-le}})
2350
2352
- H : SHA-256
2351
2353
- L : 48
2352
2354
- h\_eff : 1
@@ -2377,6 +2379,7 @@ The common parameters for the above suites are:
2377
2379
- B = 0xb3312fa7e23ee7e4988e056be3f82d19181d9c6efe8141120314088f5013875ac656398d8a2ed19d2a85c8edd3ec2aef
2378
2380
- p : 2^384 - 2^128 - 2^96 + 2^32 - 1
2379
2381
- m : 1
2382
+ - sgn0 : sgn0\_le ({{sgn0-le}})
2380
2383
- H : SHA-512
2381
2384
- L : 72
2382
2385
- h\_eff : 1
@@ -2404,6 +2407,7 @@ The common parameters for the above suites are:
2404
2407
- B = 0x51953eb9618e1c9a1f929a21a0b68540eea2da725b99b315f3b8b489918ef109e156193951ec7e937b1652c0bd3bb1bf073573df883d2c34f1ef451fd46b503f00
2405
2408
- p : 2^521 - 1
2406
2409
- m : 1
2410
+ - sgn0 : sgn0\_le ({{sgn0-le}})
2407
2411
- H : SHA-512
2408
2412
- L : 96
2409
2413
- h\_eff : 1
@@ -2434,6 +2438,7 @@ The common parameters for all of the above suites are:
2434
2438
2435
2439
- p : 2^255 - 19
2436
2440
- m : 1
2441
+ - sgn0 : sgn0\_le ({{sgn0-le}})
2437
2442
- H : SHA-256
2438
2443
- L : 48
2439
2444
- Z : 2
@@ -2468,6 +2473,7 @@ The common parameters for all of the above suites are:
2468
2473
2469
2474
- p : 2^448 - 2^224 - 1
2470
2475
- m : 1
2476
+ - sgn0 : sgn0\_le ({{sgn0-le}})
2471
2477
- H : SHA-512
2472
2478
- L : 84
2473
2479
- Z : -1
@@ -2501,6 +2507,7 @@ The common parameters for all of the above suites are:
2501
2507
- E : y^2 = x^3 + 7
2502
2508
- p : 2^256 - 2^32 - 2^9 - 2^8 - 2^7 - 2^6 - 2^4 - 1
2503
2509
- m : 1
2510
+ - sgn0 : sgn0\_le ({{sgn0-le}})
2504
2511
- H : SHA-256
2505
2512
- L : 48
2506
2513
- h\_eff : 1
@@ -2533,6 +2540,7 @@ The common parameters for the above suites are:
2533
2540
- E : y^2 = x^3 + 4
2534
2541
- p : 0x1a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffaaab
2535
2542
- m : 1
2543
+ - sgn0 : sgn0\_be ({{sgn0-be}})
2536
2544
- H : SHA-256
2537
2545
- L : 64
2538
2546
- h\_eff : 0xd201000000010001
@@ -2568,6 +2576,7 @@ The common parameters for the above suites are:
2568
2576
2569
2577
- E : y^2 = x^3 + 4 * (1 + I)
2570
2578
- p, m, F : defined above
2579
+ - sgn0 : sgn0\_be ({{sgn0-be}})
2571
2580
- H : SHA-256
2572
2581
- L : 64
2573
2582
- h\_eff : 0xbc69f08f2ee75b3584c6a0ea91b352888e2a8e9145ad7689986ff031508ffe1329c2f178731db956d82bf015d1212b02ec0ec69d7477c1ae954cbc06689f6a359894c0adebbf6b4e8020005aaa95551
0 commit comments