|
4 | 4 | <img src="https://img.shields.io/github/workflow/status/mmcloughlin/addchain/ci/master.svg?style=flat-square" alt="Build Status" />
|
5 | 5 | <a href="https://pkg.go.dev/github.com/mmcloughlin/addchain"><img src="https://img.shields.io/badge/doc-reference-007d9b?logo=go&style=flat-square" alt="go.dev" /></a>
|
6 | 6 | <a href="https://goreportcard.com/report/github.com/mmcloughlin/addchain"><img src="https://goreportcard.com/badge/github.com/mmcloughlin/addchain?style=flat-square" alt="Go Report Card" /></a>
|
7 |
| - <a href="https://doi.org/10.5281/zenodo.4662389"><img src="https://img.shields.io/badge/DOI-10.5281%2Fzenodo.4662389-007ec6?style=flat-square" alt="DOI: 10.5281/zenodo.4662389" /></a> |
| 7 | + <a href="https://doi.org/10.5281/zenodo.4758226"><img src="https://img.shields.io/badge/DOI-10.5281%2Fzenodo.4758226-007ec6?style=flat-square" alt="DOI: 10.5281/zenodo.4758226" /></a> |
8 | 8 | </p>
|
9 | 9 |
|
10 | 10 | <p align="center">Cryptographic Addition Chain Generation in Go</p>
|
@@ -353,20 +353,20 @@ chains](https://github.com/mmcloughlin/addchain/issues/24)?
|
353 | 353 | If you use `addchain` in your research a citation would be appreciated.
|
354 | 354 | Citing a specific release is preferred, since they are [archived on
|
355 | 355 | Zenodo](https://doi.org/10.5281/zenodo.4625263) and assigned a DOI. Please use the
|
356 |
| -following BibTeX to cite the most recent [0.2.0 |
357 |
| -release](https://github.com/mmcloughlin/addchain/releases/tag/v0.2.0). |
| 356 | +following BibTeX to cite the most recent [0.3.0 |
| 357 | +release](https://github.com/mmcloughlin/addchain/releases/tag/v0.3.0). |
358 | 358 |
|
359 | 359 | ```bib
|
360 | 360 | @misc{addchain,
|
361 | 361 | title = {addchain: Cryptographic Addition Chain Generation in Go},
|
362 | 362 | author = {Michael B. McLoughlin},
|
363 | 363 | year = 2021,
|
364 |
| - month = apr, |
| 364 | + month = may, |
365 | 365 | howpublished = {Github repository \url{https://github.com/mmcloughlin/addchain}},
|
366 |
| - version = {0.2.0}, |
| 366 | + version = {0.3.0}, |
367 | 367 | license = {BSD 3-Clause License},
|
368 |
| - doi = {10.5281/zenodo.4662389}, |
369 |
| - url = {https://doi.org/10.5281/zenodo.4662389}, |
| 368 | + doi = {10.5281/zenodo.4758226}, |
| 369 | + url = {https://doi.org/10.5281/zenodo.4758226}, |
370 | 370 | }
|
371 | 371 | ```
|
372 | 372 |
|
|
0 commit comments