Skip to content

Commit

Permalink
chore(eddsa-poseidon): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Oct 22, 2024
1 parent 25f30b1 commit 291501f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/eddsa-poseidon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ or [JSDelivr](https://www.jsdelivr.com/):

## 📜 Usage

The public key is generated using [BLAKE](<https://en.wikipedia.org/wiki/BLAKE_(hash_function)>) by default and BLAKE2 if specified in the import as follows: `import { ... } from "@zk-kit/eddsa-poseidon/blake-2b"`.

```typescript
import {
derivePublicKey,
Expand Down
2 changes: 1 addition & 1 deletion packages/eddsa-poseidon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-kit/eddsa-poseidon",
"version": "1.0.4",
"version": "1.1.0",
"description": "A JavaScript EdDSA library for secure signing and verification using Poseidon the Baby Jubjub elliptic curve.",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit 291501f

Please sign in to comment.