File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-22.04
14
14
strategy :
15
15
matrix :
16
- GOVER : ['1.23 ', '1.22 ']
16
+ GOVER : ['1.24 ', '1.23 ']
17
17
steps :
18
18
- name : Checkout
19
19
uses : actions/checkout@v4
47
47
runs-on : ubuntu-24.04-arm
48
48
strategy :
49
49
matrix :
50
- GOVER : ['1.23 ', '1.22 ']
50
+ GOVER : ['1.24 ', '1.23 ']
51
51
steps :
52
52
- uses : actions/checkout@v4
53
53
- name : Setup Go-${{ matrix.GOVER }}
68
68
- name : Setup Go
69
69
uses : actions/setup-go@v5
70
70
with :
71
- go-version : ' 1.23 '
71
+ go-version : ' 1.24 '
72
72
- name : Build as Static
73
73
run : make circl_static
74
74
- name : Build as Plugin
84
84
- name : Setup Go
85
85
uses : actions/setup-go@v5
86
86
with :
87
- go-version : ' 1.23 '
87
+ go-version : ' 1.24 '
88
88
- name : Produce Coverage
89
89
run : go test -coverprofile=./coverage.txt ./...
90
90
- name : Upload Codecov
@@ -106,7 +106,7 @@ jobs:
106
106
- name : Setup Go
107
107
uses : actions/setup-go@v5
108
108
with :
109
- go-version : ' 1.23 '
109
+ go-version : ' 1.24 '
110
110
- name : Building
111
111
run : go build -v ./...
112
112
- name : Testing
@@ -125,7 +125,7 @@ jobs:
125
125
- name : Setup Go
126
126
uses : actions/setup-go@v5
127
127
with :
128
- go-version : ' 1.23 '
128
+ go-version : ' 1.24 '
129
129
- name : Initialize CodeQL
130
130
uses : github/codeql-action/init@v3
131
131
with :
Original file line number Diff line number Diff line change 1
1
---
2
2
cff-version : 1.2.0
3
- version : 1.6.0
3
+ version : 1.6.1
4
4
title : " Introducing CIRCL: An Advanced Cryptographic Library"
5
5
license : BSD-3-Clause
6
6
abstract : >
@@ -25,6 +25,6 @@ keywords:
25
25
- golang
26
26
repository-code : " https://github.com/cloudflare/circl/"
27
27
type : software
28
- message : " Available at https://github.com/cloudflare/circl. v1.6.0 Accessed Jan , 2025."
28
+ message : " Available at https://github.com/cloudflare/circl. v1.6.1 Accessed Apr , 2025."
29
29
contact :
30
30
- name : " Cloudflare, Inc."
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ APA Style
164
164
```
165
165
Faz-Hernandez, A. and Kwiatkowski, K. (2019). Introducing CIRCL:
166
166
An Advanced Cryptographic Library. Cloudflare. Available at
167
- https://github.com/cloudflare/circl. v1.6.0 Accessed Jan , 2025.
167
+ https://github.com/cloudflare/circl. v1.6.1 Accessed Apr , 2025.
168
168
```
169
169
170
170
BibTeX Source
@@ -179,7 +179,7 @@ BibTeX Source
179
179
of this library is to be used as a tool for experimental
180
180
deployment of cryptographic algorithms targeting Post-Quantum (PQ)
181
181
and Elliptic Curve Cryptography (ECC).}},
182
- note = {Available at \url{https://github.com/cloudflare/circl}. v1.6.0 Accessed Jan , 2025},
182
+ note = {Available at \url{https://github.com/cloudflare/circl}. v1.6.1 Accessed Apr , 2025},
183
183
month = jun,
184
184
year = {2019}
185
185
}
You can’t perform that action at this time.
0 commit comments