summaryrefslogtreecommitdiff
path: root/lib/libkeynote/auxil.c
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2023-03-07 06:19:45 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2023-03-07 06:19:45 +0000
commit271362e225687d1c3d0949b6b1e56cfc66f60a42 (patch)
tree7c620e7b1125dd9c6d8e437b7437e7b49e22630a /lib/libkeynote/auxil.c
parentcf68f5cfb341204883e592700821bd40b4a9eee1 (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/libkeynote/auxil.c')
0 files changed, 0 insertions, 0 deletions