Puts the table of the inner function to stack library
(stack: &mut StackTracker)
| 10 | |
| 11 | /// Puts the table of the inner function to stack library |
| 12 | pub fn u4_push_modulo_table_stack(stack: &mut StackTracker) -> StackVariable { |
| 13 | stack.var(80, u4_push_modulo_table_5(), "modulo_table") |
| 14 | } |
| 15 | |
| 16 | /// Pushes the table for calculating the modulo, i.e. x % 16 for x < 48. i.e. 15 (max u4) * 3 (max # numbers to sum) + 2 (max carry) |
| 17 | pub fn u4_push_modulo_for_blake(stack: &mut StackTracker) -> StackVariable { |