Open b13decker opened 1 month ago
Note, we will need to add the constraint prime n to div_mod if we do this.
prime n
div_mod
suggestion: If you're not trying to match a spec, you can also call the built-in recip function here.
recip
_Originally posted by @marsella in https://github.com/GaloisInc/ckzg-eip-4844-verification/pull/23#discussion_r1781416388_
I'm going to hold off on this one until the rest of the Cryptol work is done, since this is just a nice to have.
Note, we will need to add the constraint
prime n
todiv_mod
if we do this.suggestion: If you're not trying to match a spec, you can also call the built-in
recip
function here._Originally posted by @marsella in https://github.com/GaloisInc/ckzg-eip-4844-verification/pull/23#discussion_r1781416388_