diff options
| author | Ján Jančár | 2025-07-15 15:58:21 +0200 |
|---|---|---|
| committer | GitHub | 2025-07-15 15:58:21 +0200 |
| commit | 4c52961479eb3db5e24dbea567b0c28c1efcde31 (patch) | |
| tree | 739f8b3a85167518f092fb24dec83c6476cc8c82 /analysis/countermeasures/tests/test3n/notes.txt | |
| parent | ba6657f54ed7865145c216ec13160ecf46e07633 (diff) | |
| parent | 3d5a6e492d94651a4c0379f846dcfe5089aa1a8c (diff) | |
| download | ECTester-4c52961479eb3db5e24dbea567b0c28c1efcde31.tar.gz ECTester-4c52961479eb3db5e24dbea567b0c28c1efcde31.tar.zst ECTester-4c52961479eb3db5e24dbea567b0c28c1efcde31.zip | |
Diffstat (limited to 'analysis/countermeasures/tests/test3n/notes.txt')
| -rw-r--r-- | analysis/countermeasures/tests/test3n/notes.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/analysis/countermeasures/tests/test3n/notes.txt b/analysis/countermeasures/tests/test3n/notes.txt new file mode 100644 index 0000000..563c9b0 --- /dev/null +++ b/analysis/countermeasures/tests/test3n/notes.txt @@ -0,0 +1,8 @@ +curve.csv is used for ECDSA and Keygen. It has a curve with cardinality 3n but claimed order is n and cofactor is 1. The generator has order 3n. + +For ecdsa there is also ecdsa_fixed with fixed key key.csv and corresponding public key key_point.csv + +curve_prime_gen.csv is the same as curve.csv but the order of the generator is n. Used for ECDH together with point_3n.csv. This is used as the public key point and has order 3n. The point is the same as the generator from curve.csv. + + + |
