Skip to content

Commit

Permalink
Release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Nov 4, 2022
1 parent 6714e18 commit d2189b8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
cff-version: 1.2.0
version: 0.2.4
version: 0.2.5
title: "zkp-ecdsa: A Typescript Implementation of ZKAttest"
license: Apache-2.0
abstract: >
Expand Down Expand Up @@ -57,4 +57,4 @@ preferred-citation:
isbn: "978-3-030-99277-4"
notes: >
Available at https://github.com/cloudflare/zkp-ecdsa.
v0.2.4 Accessed Nov 2022
v0.2.5 Accessed Nov 2022
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ To cite this library, use one of the following formats and update the version an

**APA Style**

Faz-Hernández, A., Ladd, W., Maram, D. (2021). ZKAttest: Ring and Group Signatures for Existing ECDSA Keys. In: AlTawy, R., Hülsing, A. (eds) Selected Areas in Cryptography. SAC 2021. Available at https://github.com/cloudflare/zkp-ecdsa. v0.2.4 Accessed Nov 2022.
Faz-Hernández, A., Ladd, W., Maram, D. (2021). ZKAttest: Ring and Group Signatures for Existing ECDSA Keys. In: AlTawy, R., Hülsing, A. (eds) Selected Areas in Cryptography. SAC 2021. Available at https://github.com/cloudflare/zkp-ecdsa. v0.2.5 Accessed Nov 2022.

**BibTex Source**

Expand All @@ -116,7 +116,7 @@ Faz-Hernández, A., Ladd, W., Maram, D. (2021). ZKAttest: Ring and Group Signatu
month = {oct},
year = {2021},
note = {Available at \url{https://github.com/cloudflare/zkp-ecdsa}.
v0.2.4 Accessed Nov 2022},
v0.2.5 Accessed Nov 2022},
}
```

Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/zkp-ecdsa",
"version": "0.2.4",
"version": "0.2.5",
"description": "zkp-ecdsa: A Typescript Implementation of ZKAttest",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,6 +43,7 @@
},
"scripts": {
"build": "tsc -b",
"prepare": "tsc -b",
"test": "tsc -b test && node ./lib/test/all.test.js",
"bench": "tsc -b bench && node ./lib/bench/all.bench.js",
"bench:hrtime": "tsc -b bench && node ./lib/bench/hrtime.js",
Expand Down

0 comments on commit d2189b8

Please sign in to comment.