diff options
| author | tb <> | 2025-01-06 10:43:26 +0000 |
|---|---|---|
| committer | tb <> | 2025-01-06 10:43:26 +0000 |
| commit | fec6fd43f99b20978b4a92ca00d8edf3ff0689ba (patch) | |
| tree | 2527e0d617eb8ebfcd4100715c58f030ab4d888a /src | |
| parent | e67d20b2a62146866191c160122f9ba5f8fe5288 (diff) | |
| download | openbsd-fec6fd43f99b20978b4a92ca00d8edf3ff0689ba.tar.gz openbsd-fec6fd43f99b20978b4a92ca00d8edf3ff0689ba.tar.bz2 openbsd-fec6fd43f99b20978b4a92ca00d8edf3ff0689ba.zip | |
An -> The
There's only one inverse and in standard affine coordinates it only has
one representation.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/ec/ectest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/ec/ectest.c b/src/regress/lib/libcrypto/ec/ectest.c index 973202700d..48f05eeeee 100644 --- a/src/regress/lib/libcrypto/ec/ectest.c +++ b/src/regress/lib/libcrypto/ec/ectest.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ectest.c,v 1.25 2025/01/06 10:42:28 tb Exp $ */ | 1 | /* $OpenBSD: ectest.c,v 1.26 2025/01/06 10:43:26 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Originally written by Bodo Moeller for the OpenSSL project. | 3 | * Originally written by Bodo Moeller for the OpenSSL project. |
| 4 | */ | 4 | */ |
| @@ -324,7 +324,7 @@ prime_field_tests(void) | |||
| 324 | 324 | ||
| 325 | if (!EC_POINT_get_affine_coordinates(group, R, x, y, ctx)) | 325 | if (!EC_POINT_get_affine_coordinates(group, R, x, y, ctx)) |
| 326 | ABORT; | 326 | ABORT; |
| 327 | fprintf(stdout, "\nAn inverse of that generator:\n X = 0x"); | 327 | fprintf(stdout, "\nThe inverse of that generator:\n X = 0x"); |
| 328 | BN_print_fp(stdout, x); | 328 | BN_print_fp(stdout, x); |
| 329 | fprintf(stdout, ", Y = 0x"); | 329 | fprintf(stdout, ", Y = 0x"); |
| 330 | BN_print_fp(stdout, y); | 330 | BN_print_fp(stdout, y); |
