diff options
author | jsing <> | 2025-05-25 05:12:05 +0000 |
---|---|---|
committer | jsing <> | 2025-05-25 05:12:05 +0000 |
commit | 2f7bf75477a5741ad76c3c793c7ed887b41fcceb (patch) | |
tree | d2a89424948ea33ced8fe1bb82297f1988893a57 /src/lib/libcrypto/rc2/rc2ofb64.c | |
parent | aada760c0a63cc97f8def7686fe6d76d3a3cc4d9 (diff) | |
download | openbsd-2f7bf75477a5741ad76c3c793c7ed887b41fcceb.tar.gz openbsd-2f7bf75477a5741ad76c3c793c7ed887b41fcceb.tar.bz2 openbsd-2f7bf75477a5741ad76c3c793c7ed887b41fcceb.zip |
Implement EC field element operations.
Provide EC_FIELD_ELEMENT and EC_FIELD_MODULUS, which allow for operations
on fixed width fields in constant time. These can in turn be used to
implement Elliptic Curve cryptography for prime fields, without needing
to use BN. This will improve the code, reduces timing leaks and enable
further optimisation.
ok beck@ tb@
Diffstat (limited to 'src/lib/libcrypto/rc2/rc2ofb64.c')
0 files changed, 0 insertions, 0 deletions