Skip to content

Commit 24ae53c

Browse files
committed
Release CIRCL v1.6.3
1 parent 581020b commit 24ae53c

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/ci-actions.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
GOVER: ['1.25', '1.24']
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Setup Go-${{ matrix.GOVER }}
2121
uses: actions/setup-go@v6
2222
with:
@@ -48,7 +48,7 @@ jobs:
4848
matrix:
4949
GOVER: ['1.25', '1.24']
5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252
- name: Setup Go-${{ matrix.GOVER }}
5353
uses: actions/setup-go@v6
5454
with:
@@ -63,7 +63,7 @@ jobs:
6363
name: Testing on WASM
6464
steps:
6565
- name: Checkout
66-
uses: actions/checkout@v5
66+
uses: actions/checkout@v6
6767
- name: Setup Go
6868
uses: actions/setup-go@v6
6969
with:
@@ -80,7 +80,7 @@ jobs:
8080
name: Testing Build Modes
8181
steps:
8282
- name: Checkout
83-
uses: actions/checkout@v5
83+
uses: actions/checkout@v6
8484
- name: Setup Go
8585
uses: actions/setup-go@v6
8686
with:
@@ -96,7 +96,7 @@ jobs:
9696
name: amd64/coverage
9797
steps:
9898
- name: Checkout
99-
uses: actions/checkout@v5
99+
uses: actions/checkout@v6
100100
- name: Setup Go
101101
uses: actions/setup-go@v6
102102
with:
@@ -118,7 +118,7 @@ jobs:
118118
os: [macos-latest, windows-latest]
119119
steps:
120120
- name: Checkout
121-
uses: actions/checkout@v5
121+
uses: actions/checkout@v6
122122
- name: Setup Go
123123
uses: actions/setup-go@v6
124124
with:
@@ -137,7 +137,7 @@ jobs:
137137

138138
steps:
139139
- name: Checkout repository
140-
uses: actions/checkout@v5
140+
uses: actions/checkout@v6
141141
- name: Setup Go
142142
uses: actions/setup-go@v6
143143
with:

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
container:
2121
image: semgrep/semgrep
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- run: semgrep ci --verbose

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.2
3+
version: 1.6.3
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.2 Accessed Dec, 2025."
28+
message: "Available at https://github.com/cloudflare/circl. v1.6.3 Accessed Jan, 2026."
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.2 Accessed Dec, 2025.
170+
https://github.com/cloudflare/circl. v1.6.3 Accessed Jan, 2026.
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.2 Accessed Dec, 2025},
185+
note = {Available at \url{https://github.com/cloudflare/circl}. v1.6.3 Accessed Jan, 2026},
186186
month = jun,
187187
year = {2019}
188188
}

0 commit comments

Comments
 (0)