]> git.bitcoin.ninja Git - dnssec-prover/commit
Use Karatsuba mul less when built with `slower_smaller_binary` smaller-bin
authorMatt Corallo <git@bluematt.me>
Thu, 1 Aug 2024 21:36:35 +0000 (21:36 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 1 Aug 2024 22:35:56 +0000 (22:35 +0000)
commitab08e2c306962f639cc956c64151e807ba53a53a
treedca16f66ba4ef6f62c1247bb532c69183dcf8b51
parentb812447d8e741e6ecb269cf84a3e386f35dcf195
Use Karatsuba mul less when built with `slower_smaller_binary`

This is a less than 5% reduction in performance and reduces code
size for the crypto module from 26.7KiB to 26.5KiB.
src/crypto/bigint.rs