]> git.bitcoin.ninja Git - dnssec-prover/commit
Make addition take array references rather than slices
authorMatt Corallo <git@bluematt.me>
Mon, 29 Jul 2024 20:01:15 +0000 (20:01 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 1 Aug 2024 03:55:38 +0000 (03:55 +0000)
commitaee1e36043996618d944c50fa132934d5d212fc0
tree125896e4d8648ef25e8376057e6f3f0e21548f08
parent8ad26479be7cf304dbed45e3a513a7c6db1e75f2
Make addition take array references rather than slices

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