Skip to content

Commit

Permalink
do ff in sep doc
Browse files Browse the repository at this point in the history
  • Loading branch information
barriebyron committed Nov 29, 2023
1 parent dcfdb89 commit e93bff3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/zkapps/o1js/gadgets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ Please note that zkApp programmability is not yet available on Mina Mainnet, but

# Gadgets

Gadgets are small, reusable low-level building blocks that accelerate special computations. Most gadgets build upon custom gates and act as low-level accelerators in the proof system.

Gadgets are amalgamations of the lowest level gates in the proof system (addition, multiplication) into more sophisticated operations. Gadgets in o1js simplify the process of creating new cryptographic primitives and make it possible to efficiently implement other more complex cryptographic algorithms, such as SHA.

See the type declaration for [Gadgets](/zkapps/o1js-reference/modules#gadgets) in the o1js Reference documentation.
Gadgets are small, reusable low-level building blocks that simplify the process of creating new cryptographic primitives. Most gadgets build upon custom gates and act as low-level accelerators in the proof system.

See [Bitwise Operations](/zkapps/o1js/bitwise-operations).

0 comments on commit e93bff3

Please sign in to comment.