@@ -2226,6 +2226,7 @@ Each suite comprises the following parameters:
2226
2226
- E, the target elliptic curve over a field F.
2227
2227
- p, the characteristic of the field F.
2228
2228
- m, the extension degree of the field F.
2229
+ - sgn0, one of the variants specified in {{sgn0-variants}}.
2229
2230
- H, the hash function used by hash\_to\_base ({{hashtobase-sec}}).
2230
2231
- L, the length of HKDF-Expand output in hash\_to\_base ({{hashtobase-sec}}).
2231
2232
- f, a mapping function from {{mappings}}.
@@ -2308,6 +2309,7 @@ These suites share the following parameters:
2308
2309
- B = 0x5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b
2309
2310
- p : 2^256 - 2^224 + 2^192 + 2^96 - 1
2310
2311
- m : 1
2312
+ - sgn0 : sgn0\_le ({{sgn0-le}})
2311
2313
- H : SHA-256
2312
2314
- L : 48
2313
2315
- f : Simplified SWU method, {{simple-swu}}
@@ -2325,6 +2327,7 @@ These suites share the following parameters:
2325
2327
- B = 0xb3312fa7e23ee7e4988e056be3f82d19181d9c6efe8141120314088f5013875ac656398d8a2ed19d2a85c8edd3ec2aef
2326
2328
- p : 2^384 - 2^128 - 2^96 + 2^32 - 1
2327
2329
- m : 1
2330
+ - sgn0 : sgn0\_le ({{sgn0-le}})
2328
2331
- H : SHA-512
2329
2332
- L : 72
2330
2333
- f : Simplified SWU method, {{simple-swu}}
@@ -2342,6 +2345,7 @@ These suites share the following parameters:
2342
2345
- B = 0x51953eb9618e1c9a1f929a21a0b68540eea2da725b99b315f3b8b489918ef109e156193951ec7e937b1652c0bd3bb1bf073573df883d2c34f1ef451fd46b503f00
2343
2346
- p : 2^521 - 1
2344
2347
- m : 1
2348
+ - sgn0 : sgn0\_le ({{sgn0-le}})
2345
2349
- H : SHA-512
2346
2350
- L : 96
2347
2351
- f : Simplified SWU method, {{simple-swu}}
@@ -2376,6 +2380,7 @@ The common parameters for all of the above suites are:
2376
2380
2377
2381
- p : 2^255 - 19
2378
2382
- m : 1
2383
+ - sgn0 : sgn0\_le ({{sgn0-le}})
2379
2384
- H : SHA-256
2380
2385
- L : 48
2381
2386
- Z : 2
@@ -2410,6 +2415,7 @@ The common parameters for all of the above suites are:
2410
2415
2411
2416
- p : 2^448 - 2^224 - 1
2412
2417
- m : 1
2418
+ - sgn0 : sgn0\_le ({{sgn0-le}})
2413
2419
- H : SHA-512
2414
2420
- L : 84
2415
2421
- Z : -1
@@ -2427,6 +2433,7 @@ These suites share the following parameters:
2427
2433
- E : y^2 = x^3 + 7
2428
2434
- p : 2^256 - 2^32 - 2^9 - 2^8 - 2^7 - 2^6 - 2^4 - 1
2429
2435
- m : 1
2436
+ - sgn0 : sgn0\_le ({{sgn0-le}})
2430
2437
- H : SHA-256
2431
2438
- L : 48
2432
2439
- f : Shallue-van de Woestijne method, {{swpairing}}
@@ -2468,6 +2475,7 @@ share the following parameters, in addition to the common parameters below.
2468
2475
The common parameters for the above suites are :
2469
2476
2470
2477
- p : 0x1a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffaaab
2478
+ - sgn0 : sgn0\_be ({{sgn0-be}})
2471
2479
- H : SHA-256
2472
2480
- L : 64
2473
2481
- f : Simplified SWU for pairing-friendly curves, {{simple-swu-pairing-friendly}}
0 commit comments