GaloisInc / ckzg-eip-4844-verification

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Fix overflow issues by using `Z` Cryptol type #21

Closed b13decker closed 1 month ago

b13decker commented 1 month ago

Need to address overflow issues raised from code review of PR #14. Also, when using field arithmetic, the Z type in Cryptol is preferred --- it handles the modulo arithmetic automatically, and provides a fast exponentiation.

Tasks: