Skip to content

Commit

Permalink
Reintroduce comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmr1993 committed Dec 4, 2023
1 parent 9a999cf commit b88e61c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kimchi/src/circuits/lookup/tables/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ use serde::{Deserialize, Serialize};
pub mod range_check;
pub mod xor;

// If you add new tables, update ../../../../../book/src/kimchi/lookup.md
// accordingly

//~ spec:startcode
/// The table ID associated with the XOR lookup table.
pub const XOR_TABLE_ID: i32 = 0;
Expand Down

0 comments on commit b88e61c

Please sign in to comment.