Skip to content

Commit fe184aa

Browse files
Update book/src/custom-extensions/ecc.md
Co-authored-by: Jonathan Wang <[email protected]>
1 parent f949c93 commit fe184aa

File tree

1 file changed

+1
-1
lines changed
  • book/src/custom-extensions

1 file changed

+1
-1
lines changed

book/src/custom-extensions/ecc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The OpenVM Elliptic Curve Cryptography Extension provides support for elliptic c
3737

3838
For elliptic curve cryptography, the `openvm-ecc-guest` crate provides macros similar to those in [`openvm-algebra-guest`](./algebra.md):
3939

40-
1. **Declare**: Use `sw_declare!` or `te_declare!` to define weierstrass or twisted edwards elliptic curves, respectively,over the previously declared moduli. For example:
40+
1. **Declare**: Use `sw_declare!` or `te_declare!` to define short Weierstrass or twisted Edwards elliptic curves, respectively, over the previously declared moduli. For example:
4141

4242
```rust
4343
sw_declare! {

0 commit comments

Comments
 (0)