@@ -2241,6 +2241,7 @@ Each suite comprises the following parameters:
2241
2241
- E, the target elliptic curve over a field F.
2242
2242
- p, the characteristic of the field F.
2243
2243
- m, the extension degree of the field F.
2244
+ - sgn0, one of the variants specified in {{sgn0-variants}}.
2244
2245
- H, the hash function used by hash\_to\_base ({{hashtobase-sec}}).
2245
2246
- L, the length of HKDF-Expand output in hash\_to\_base ({{hashtobase-sec}}).
2246
2247
- f, a mapping function from {{mappings}}.
@@ -2323,6 +2324,7 @@ These suites share the following parameters:
2323
2324
- B = 0x5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b
2324
2325
- p : 2^256 - 2^224 + 2^192 + 2^96 - 1
2325
2326
- m : 1
2327
+ - sgn0 : sgn0\_le ({{sgn0-le}})
2326
2328
- H : SHA-256
2327
2329
- L : 48
2328
2330
- f : Simplified SWU method, {{simple-swu}}
@@ -2340,6 +2342,7 @@ These suites share the following parameters:
2340
2342
- B = 0xb3312fa7e23ee7e4988e056be3f82d19181d9c6efe8141120314088f5013875ac656398d8a2ed19d2a85c8edd3ec2aef
2341
2343
- p : 2^384 - 2^128 - 2^96 + 2^32 - 1
2342
2344
- m : 1
2345
+ - sgn0 : sgn0\_le ({{sgn0-le}})
2343
2346
- H : SHA-512
2344
2347
- L : 72
2345
2348
- f : Simplified SWU method, {{simple-swu}}
@@ -2357,6 +2360,7 @@ These suites share the following parameters:
2357
2360
- B = 0x51953eb9618e1c9a1f929a21a0b68540eea2da725b99b315f3b8b489918ef109e156193951ec7e937b1652c0bd3bb1bf073573df883d2c34f1ef451fd46b503f00
2358
2361
- p : 2^521 - 1
2359
2362
- m : 1
2363
+ - sgn0 : sgn0\_le ({{sgn0-le}})
2360
2364
- H : SHA-512
2361
2365
- L : 96
2362
2366
- f : Simplified SWU method, {{simple-swu}}
@@ -2391,6 +2395,7 @@ The common parameters for all of the above suites are:
2391
2395
2392
2396
- p : 2^255 - 19
2393
2397
- m : 1
2398
+ - sgn0 : sgn0\_le ({{sgn0-le}})
2394
2399
- H : SHA-256
2395
2400
- L : 48
2396
2401
- Z : 2
@@ -2425,6 +2430,7 @@ The common parameters for all of the above suites are:
2425
2430
2426
2431
- p : 2^448 - 2^224 - 1
2427
2432
- m : 1
2433
+ - sgn0 : sgn0\_le ({{sgn0-le}})
2428
2434
- H : SHA-512
2429
2435
- L : 84
2430
2436
- Z : -1
@@ -2442,6 +2448,7 @@ These suites share the following parameters:
2442
2448
- E : y^2 = x^3 + 7
2443
2449
- p : 2^256 - 2^32 - 2^9 - 2^8 - 2^7 - 2^6 - 2^4 - 1
2444
2450
- m : 1
2451
+ - sgn0 : sgn0\_le ({{sgn0-le}})
2445
2452
- H : SHA-256
2446
2453
- L : 48
2447
2454
- f : Shallue-van de Woestijne method, {{swpairing}}
@@ -2483,6 +2490,7 @@ share the following parameters, in addition to the common parameters below.
2483
2490
The common parameters for the above suites are :
2484
2491
2485
2492
- p : 0x1a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffaaab
2493
+ - sgn0 : sgn0\_be ({{sgn0-be}})
2486
2494
- H : SHA-256
2487
2495
- L : 64
2488
2496
- f : Simplified SWU for pairing-friendly curves, {{simple-swu-pairing-friendly}}
0 commit comments