]> git.bitcoin.ninja Git - dnssec-prover/commit
Make subtraction take array references rather than slices
authorMatt Corallo <git@bluematt.me>
Mon, 29 Jul 2024 20:14:46 +0000 (20:14 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 1 Aug 2024 03:55:38 +0000 (03:55 +0000)
commit22ed6df6c31881f6cb605f7338e89900f1ce17e3
tree7205b2b4338df4eb21f91cb4772d18dd3110e813
parentaee1e36043996618d944c50fa132934d5d212fc0
Make subtraction take array references rather than slices

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