Skip to content

Release v1.6.1 #546

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
GOVER: ['1.23', '1.22']
GOVER: ['1.24', '1.23']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Linting
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
version: v1.64.8
install-mode: goinstall
- name: Check shadowing
run: |
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-24.04-arm
strategy:
matrix:
GOVER: ['1.23', '1.22']
GOVER: ['1.24', '1.23']
steps:
- uses: actions/checkout@v4
- name: Setup Go-${{ matrix.GOVER }}
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.24'
- name: Build as Static
run: make circl_static
- name: Build as Plugin
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.24'
- name: Produce Coverage
run: go test -coverprofile=./coverage.txt ./...
- name: Upload Codecov
Expand All @@ -106,7 +106,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.24'
- name: Building
run: go build -v ./...
- name: Testing
Expand All @@ -125,7 +125,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.24'
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ linters-settings:
- $all
allow:
- $gostd
- golang.org/x
- github.com/bwesterb/go-ristretto
- github.com/cloudflare/circl
funlen:
Expand Down
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: 1.6.0
version: 1.6.1
title: "Introducing CIRCL: An Advanced Cryptographic Library"
license: BSD-3-Clause
abstract: >
Expand All @@ -25,6 +25,6 @@ keywords:
- golang
repository-code: "https://github.com/cloudflare/circl/"
type: software
message: "Available at https://github.com/cloudflare/circl. v1.6.0 Accessed Jan, 2025."
message: "Available at https://github.com/cloudflare/circl. v1.6.1 Accessed Apr, 2025."
contact:
- name: "Cloudflare, Inc."
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ APA Style
```
Faz-Hernandez, A. and Kwiatkowski, K. (2019). Introducing CIRCL:
An Advanced Cryptographic Library. Cloudflare. Available at
https://github.com/cloudflare/circl. v1.6.0 Accessed Jan, 2025.
https://github.com/cloudflare/circl. v1.6.1 Accessed Apr, 2025.
```

BibTeX Source
Expand All @@ -179,7 +179,7 @@ BibTeX Source
of this library is to be used as a tool for experimental
deployment of cryptographic algorithms targeting Post-Quantum (PQ)
and Elliptic Curve Cryptography (ECC).}},
note = {Available at \url{https://github.com/cloudflare/circl}. v1.6.0 Accessed Jan, 2025},
note = {Available at \url{https://github.com/cloudflare/circl}. v1.6.1 Accessed Apr, 2025},
month = jun,
year = {2019}
}
Expand Down