Skip to content

Commit

Permalink
docs: update reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ivokub committed Aug 23, 2024
1 parent a719a48 commit 961a118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std/math/emulated/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ know that the limb values do not overflow 2^w, then we say that the element is
in normal form.
In the implementation, we have two functions for splitting an element into limbs
and composing an element from limbs -- [decompose] and [recompose]. The
[recompose] function also accepts element in non-normal form.
and composing an element from limbs -- [limbs.Decompose] and [limbs.Recompose].
The [limbs.Recompose] function also accepts element in non-normal form.
# Elements in non-normal form
Expand Down

0 comments on commit 961a118

Please sign in to comment.