Skip to content

Commit

Permalink
Kimchi-bindings/snarky_backend: add KeccakRound/Sponge in gate_type
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Dec 9, 2024
1 parent 2eb5781 commit da66e68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/crypto/kimchi_bindings/stubs/kimchi_types.ml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ type nonrec gate_type =
| ForeignFieldMul
| Xor16
| Rot64
| KeccakRound
| KeccakSponge

type nonrec lookup_pattern = Xor | Lookup | RangeCheck | ForeignFieldMul

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ module Kimchi_gate_type = struct
| ForeignFieldMul
| Xor16
| Rot64
| KeccakRound
| KeccakSponge
[@@deriving sexp]
end

Expand Down

0 comments on commit da66e68

Please sign in to comment.