Skip to content

Commit

Permalink
Fix/emulated field doc (Consensys#1330)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivokub committed Dec 25, 2024
1 parent d119066 commit 4f120c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions std/math/emulated/field.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ type ctxKey[T FieldParams] struct{}

// NewField returns an object to be used in-circuit to perform emulated
// arithmetic over the field defined by type parameter [FieldParams]. The
// operations on this type are defined on [Element]. There is also another type
// [FieldAPI] implementing [frontend.API] which can be used in place of native
// API for existing circuits.
// operations on this type are defined on [Element].
//
// This is an experimental feature and performing emulated arithmetic in-circuit
// is extremely costly. See package doc for more info.
Expand Down

0 comments on commit 4f120c9

Please sign in to comment.