Skip to content

Commit f80c156

Browse files
committed
Fix documentation
1 parent 89d661e commit f80c156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fn main() {
5555
"x0*x2 + x1*x2 + x1*x3 + x2*x3 + x2");
5656

5757
// If your function has more than 6 variables, you can use BigBooleanFunction
58-
// So that you will avoid runtime calls to the V-table
58+
// So that you will avoid runtime enum checks
5959
const AES_COMP_TT: &'static str = "4f1ead396f247a0410bdb210c006eab568ab4bfa8acb7a13b14ede67096c6eed";
6060
let f_big: BigBooleanFunction = BigBooleanFunction::from_truth_table(
6161
BigUint::from_str_radix(AES_COMP_TT, 16).unwrap(),

0 commit comments

Comments
 (0)