Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 committed Jun 28, 2024
1 parent 24079b3 commit 1c01b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/hintrunner/zero/zerohint_keccak.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ func newCompareBytesInWordHint(nBytes hinter.ResOperander) hinter.Hinter {
Name: "CompareBytesInWordHint",
Op: func(vm *VM.VirtualMachine, _ *hinter.HintRunnerContext) error {
//> python hint: ids.n_bytes < ids.BYTES_IN_WORD
// JSON file hint: memory[ap] = to_felt_or_relocatable(ids.n_bytes < ids.BYTES_IN_WORD)
//> JSON file hint: memory[ap] = to_felt_or_relocatable(ids.n_bytes < ids.BYTES_IN_WORD)

// n_bytes should fit into a uint64
// we cannot 100% exclude the possibility that it doesn't
Expand Down

0 comments on commit 1c01b98

Please sign in to comment.