Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typos in documentation files #119

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>.
Loading