]> Git Repo - secp256k1.git/commit
Optimization: use formulas instead of lookup tables for cancelling g bits
authorPeter Dettman <[email protected]>
Wed, 16 Dec 2020 00:19:08 +0000 (16:19 -0800)
committerPieter Wuille <[email protected]>
Mon, 15 Mar 2021 20:01:56 +0000 (13:01 -0700)
commitb306935ac12bb24fd931d735b4dfc07f707e7447
treec00b5a6c8c40ba23a7ec325778c519b6d22de2bf
parent9164a1b6582e2fc833c760a3403d26b9b0b3b7b3
Optimization: use formulas instead of lookup tables for cancelling g bits

This only seems to be a win on 64-bit platforms, so only do it there.

Refactored by: Pieter Wuille <[email protected]>
src/modinv64_impl.h
This page took 0.02023 seconds and 4 git commands to generate.