diff options
author | tb <> | 2025-01-11 14:53:46 +0000 |
---|---|---|
committer | tb <> | 2025-01-11 14:53:46 +0000 |
commit | 793c33000da18d1042676e579534a57987870576 (patch) | |
tree | 1140e408ee01fbbd333d39f2e033dd8aa7f904ce /src/lib/libssl/ssl_lib.c | |
parent | a1c7b99a47688922533665b476a7ba6b6ca0ed74 (diff) | |
download | openbsd-793c33000da18d1042676e579534a57987870576.tar.gz openbsd-793c33000da18d1042676e579534a57987870576.tar.bz2 openbsd-793c33000da18d1042676e579534a57987870576.zip |
Rework ec_point_set_compressed_coordinates()
While this is nicely done, it is a bit too clever. We can do the
calculation in the normal domain rather than the Montgomery domain
and this way the method becomes method agnostic. This will be a bit
slower but since a couple of field operations are nothing compared
to the cost of BN_mod_sqrt() this isn't a concern.
ok jsing
Diffstat (limited to 'src/lib/libssl/ssl_lib.c')
0 files changed, 0 insertions, 0 deletions