diff --git a/javascript/README.MD b/javascript/README.MD index 71ef9d5..be240e5 100644 --- a/javascript/README.MD +++ b/javascript/README.MD @@ -12,8 +12,7 @@ A new type of cryptographic signature that would allow for anonymous and unique ```ts import { computeAllInputs, PlumeVersion } from 'plume-sig'; -return computeAllInputs(message: string | Uint8Array, - sk: string | Uint8Array,); +return computeAllInputs(message, secretKey); ``` The function returns the signature w.r.t. to given arguments as the object of the following structure. diff --git a/javascript/package.json b/javascript/package.json index 307bfac..02f8626 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "plume-sig", - "version": "2.0.7", + "version": "2.0.8", "repository": "https://github.com/plume-sig/zk-nullifier-sig/", "pnpm": { "overrides": {