Skip to content

Commit a763d47

Browse files
committed
Release CIRCL v1.6.2
1 parent 3c70bf9 commit a763d47

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Upload Codecov
107107
uses: codecov/codecov-action@v5
108108
with:
109-
file: ./coverage.txt
109+
files: ./coverage.txt
110110
env:
111111
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
112112
osCompat:

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
cff-version: 1.2.0
3-
version: 1.6.1
3+
version: 1.6.2
44
title: "Introducing CIRCL: An Advanced Cryptographic Library"
55
license: BSD-3-Clause
66
abstract: >
@@ -25,6 +25,6 @@ keywords:
2525
- golang
2626
repository-code: "https://github.com/cloudflare/circl/"
2727
type: software
28-
message: "Available at https://github.com/cloudflare/circl. v1.6.1 Accessed Apr, 2025."
28+
message: "Available at https://github.com/cloudflare/circl. v1.6.2 Accessed Dec, 2025."
2929
contact:
3030
- name: "Cloudflare, Inc."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ APA Style
167167
```
168168
Faz-Hernandez, A. and Kwiatkowski, K. (2019). Introducing CIRCL:
169169
An Advanced Cryptographic Library. Cloudflare. Available at
170-
https://github.com/cloudflare/circl. v1.6.1 Accessed Apr, 2025.
170+
https://github.com/cloudflare/circl. v1.6.2 Accessed Dec, 2025.
171171
```
172172

173173
BibTeX Source
@@ -182,7 +182,7 @@ BibTeX Source
182182
of this library is to be used as a tool for experimental
183183
deployment of cryptographic algorithms targeting Post-Quantum (PQ)
184184
and Elliptic Curve Cryptography (ECC).}},
185-
note = {Available at \url{https://github.com/cloudflare/circl}. v1.6.1 Accessed Apr, 2025},
185+
note = {Available at \url{https://github.com/cloudflare/circl}. v1.6.2 Accessed Dec, 2025},
186186
month = jun,
187187
year = {2019}
188188
}

0 commit comments

Comments
 (0)