]> git.bitcoin.ninja Git - dnssec-prover/commit
Make multiplication take array references rather than slices
authorMatt Corallo <git@bluematt.me>
Mon, 29 Jul 2024 20:24:20 +0000 (20:24 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 1 Aug 2024 03:55:38 +0000 (03:55 +0000)
commiteb5497c0abe22a8acac8e2c306fcfb4d40faf406
treefd58146a25081f806e350bcbca2077a70370afa6
parent22ed6df6c31881f6cb605f7338e89900f1ce17e3
Make multiplication take array references rather than slices

This seems to reduce binary size marginally by avoiding slice
bounds checking.
src/crypto/bigint.rs