Skip to content

Commit

Permalink
Fix TODO text
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Nov 5, 2024
1 parent 82a9415 commit 63d4cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ulm-semantics/main/hooks/bytes.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ module ULM-SEMANTICS-HOOKS-BYTES
rule ulmBytesHash(ptrValue(_, u64(BytesId)))
=> ulmBytesHash(ulmBytesId(BytesId))
// TODO: use Keccack here.
// TODO: use a better hash function here (lower collision probability, use 256 bytes of hash).
rule ulmBytesHash(ulmBytesValue(B:Bytes))
=> ptrValue(null, u64(Int2MInt(#ulmBytesHash(Bytes2Int(B, BE, Unsigned)))))
Expand Down

0 comments on commit 63d4cea

Please sign in to comment.