Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leopardracer authored Dec 1, 2024
1 parent c835718 commit 0a45fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if (result.v1specific) {
console.log(result.v1specific.hashed_to_curve_r);
}
```
Also there's #convertion utility provided.
Also there's #conversion utility provided.
## zeroization
Depending on your context you might want to clear values of the result from Wasm memory after getting the values.
```js
Expand All @@ -87,4 +87,4 @@ This package is built with the tech provided by <https://github.com/rustwasm> wh
Note that the wrapper crate has `verify` feature which can check the resulting signature.

# License
See <https://github.com/plume-sig/zk-nullifier-sig/blob/main/LICENSE>.
See <https://github.com/plume-sig/zk-nullifier-sig/blob/main/LICENSE>.

0 comments on commit 0a45fd6

Please sign in to comment.