]> git.bitcoin.ninja Git - dnssec-prover/commit
Move mont reduction impls out of generic'd struct impl
authorMatt Corallo <git@bluematt.me>
Mon, 29 Jul 2024 19:44:36 +0000 (19:44 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 1 Aug 2024 02:10:26 +0000 (02:10 +0000)
commit8ad26479be7cf304dbed45e3a513a7c6db1e75f2
tree5087fa89f8901379ab3d04f1fce534a996de26e1
parent88172b853443e1943afe53474bc8f81138dc744d
Move mont reduction impls out of generic'd struct impl

This reduces binary size by ~600B due to the monomorphizer failing.
src/crypto/bigint.rs