Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

rules.k.tmpl: fix typo in keccakIntList #394

Merged
merged 1 commit into from
Apr 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/rules.k.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ rule ACCTCODE in SetItem( 1 )
requires ( notBool #isConcrete(WS) )

rule 0 <=Int keccakIntList(N) => true
rule keccaktIntList(N) <Int pow256 => true
rule keccakIntList(N) <Int pow256 => true

rule #padToWidth(32, #asByteStack(V)) => #asByteStackInWidth(V, 32)
requires 0 <=Int V andBool V <Int pow256
Expand Down