Skip to content

Commit

Permalink
fix: cairo-builtins.adoc (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
julio4 authored Jan 5, 2025
1 parent 98a9392 commit bd2a3e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For high level Cairo keccak functions that use this builtin internally, see link

|Bitwise | Computes the bitwise operations `OR`, `AND`, and `XOR` of two felts.

Used internally when performing bitwise operations using the `|`, `&` and `^` operators.
Used internally when performing bitwise operations using the `\|`, `&` and `^` operators.

|EC_OP |Multiplies a point on the STARK curve by a scalar.
|===

0 comments on commit bd2a3e7

Please sign in to comment.