From 0a45fd647a8b8f7b418ce2e4f58bc28db6ba3f79 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:27:36 +0200 Subject: [PATCH] Update README.md --- javascript/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/README.md b/javascript/README.md index d7d8947..5d53f83 100644 --- a/javascript/README.md +++ b/javascript/README.md @@ -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 @@ -87,4 +87,4 @@ This package is built with the tech provided by wh Note that the wrapper crate has `verify` feature which can check the resulting signature. # License -See . \ No newline at end of file +See .