Skip to content

Commit

Permalink
remove unused bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
mitschabaude committed Mar 27, 2024
1 parent 572b53b commit 4ce01cc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/snarky.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,6 @@ declare const Snarky: {
* x*x === x without handling of constants
*/
assertBoolean(x: FieldVar): void;
/**
* check x < y and x <= y
*/
compare(
bitLength: number,
x: FieldVar,
y: FieldVar
): [_: 0, less: BoolVar, lessOrEqual: BoolVar];
/**
* returns x truncated to the lowest `16 * lengthDiv16` bits
* => can be used to assert that x fits in `16 * lengthDiv16` bits.
Expand Down

0 comments on commit 4ce01cc

Please sign in to comment.