Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
Release 0.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jun 22, 2021
1 parent 6a8dcbb commit f4e6923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function sign(
- `privateKey: Uint8Array | string | bigint` - private key which will sign the hash
- Returns `Uint8Array | string | PointG2`: encoded signature

Default domain separation tag (DST) is specified below, in **Internals** section, with instructions on how to change it.
Check out **Internals** section on instructions about domain separation tag (DST).

##### `verify(signature, message, publicKey)`
```typescript
Expand Down

0 comments on commit f4e6923

Please sign in to comment.