EasyCrypt / easycrypt

EasyCrypt: Computer-Aided Cryptographic Proofs
MIT License
320 stars 49 forks source link

Improve constant-propagation #638

Closed strub closed 1 month ago

strub commented 1 month ago

This new version of constant-propagation doesn't stop after the propagation. Instead, it continues as far as possible.

The tactic takes as argument a limit n. In that case, the constant propagation will only be applied for the first n lines of the program.