diff options
| author | J08nY | 2020-10-17 18:27:45 +0200 |
|---|---|---|
| committer | J08nY | 2020-10-17 18:27:45 +0200 |
| commit | 19492392e96d837369952a914076a7defea9ffe9 (patch) | |
| tree | b93a0c46f5e7041c55086715c871a1a59e18d496 | |
| parent | eda187578faec75f3415874d607c35a2e4897eab (diff) | |
| download | std-curves-19492392e96d837369952a914076a7defea9ffe9.tar.gz std-curves-19492392e96d837369952a914076a7defea9ffe9.tar.zst std-curves-19492392e96d837369952a914076a7defea9ffe9.zip | |
Add normal basis parameter.
| -rw-r--r-- | x962/curves.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x962/curves.json b/x962/curves.json index 77bd77f..48e89a0 100644 --- a/x962/curves.json +++ b/x962/curves.json @@ -1212,6 +1212,7 @@ "type": "Binary", "bits": 191, "degree": 191, + "basis": "normal", "poly": [ { "coeff": "0x01", @@ -1305,6 +1306,7 @@ "type": "Binary", "bits": 191, "degree": 191, + "basis": "normal", "poly": [ { "coeff": "0x01", @@ -1398,6 +1400,7 @@ "type": "Binary", "bits": 239, "degree": 239, + "basis": "normal", "poly": [ { "coeff": "0x01", @@ -1523,6 +1526,7 @@ "type": "Binary", "bits": 239, "degree": 239, + "basis": "normal", "poly": [ { "coeff": "0x01", |
