Skip to content

Commit

Permalink
fix scalar description
Browse files Browse the repository at this point in the history
  • Loading branch information
olga24912 committed Nov 29, 2023
1 parent 455bc5c commit b7843b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neps/nep-0488.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ The sign of the point on the elliptic curve is encoded as `u8` type in Rust with

#### Scalar

The scalar value is encoded as a little-endian `[u8;32]`. All possible bytes combination is allowed.
The scalar value is encoded as a little-endian [u8; 32]. All possible byte combinations are allowed.

#### Fields elements Fp

Expand Down

0 comments on commit b7843b1

Please sign in to comment.