We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d661e commit f80c156Copy full SHA for f80c156
README.md
@@ -55,7 +55,7 @@ fn main() {
55
"x0*x2 + x1*x2 + x1*x3 + x2*x3 + x2");
56
57
// If your function has more than 6 variables, you can use BigBooleanFunction
58
- // So that you will avoid runtime calls to the V-table
+ // So that you will avoid runtime enum checks
59
const AES_COMP_TT: &'static str = "4f1ead396f247a0410bdb210c006eab568ab4bfa8acb7a13b14ede67096c6eed";
60
let f_big: BigBooleanFunction = BigBooleanFunction::from_truth_table(
61
BigUint::from_str_radix(AES_COMP_TT, 16).unwrap(),
0 commit comments