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