diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2023-03-07 06:19:45 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2023-03-07 06:19:45 +0000 |
commit | 271362e225687d1c3d0949b6b1e56cfc66f60a42 (patch) | |
tree | 7c620e7b1125dd9c6d8e437b7437e7b49e22630a /lib/csu | |
parent | cf68f5cfb341204883e592700821bd40b4a9eee1 (diff) |
Implement bn_montgomery_multiply()
Provide a constant-time-style Montgomery multiplication implementation.
Use this in place of the assembly bn_mul_mont() on platforms that either
do not have an assembly implementation or have not compiled it in.
Also use this as the fallback version for bn_mul_mont(), rather than
falling back to a non-constant time implementation.
ok beck@ tb@
Diffstat (limited to 'lib/csu')
0 files changed, 0 insertions, 0 deletions