supercop.ts

cross-compiled javascript implementation of ed25519 based on supercop-ref10
git clone git://git.finwo.net/lib/supercop.ts
Log | Files | Refs | README | LICENSE

commit a4c9c0cf30b9b6aee5b7b88b8adebc392aac957c
parent 27396bb6f80065724737cda4a4607d692750320a
Author: finwo <finwo@pm.me>
Date:   Thu, 23 May 2024 21:35:46 +0200

Sod it, use node 22

Diffstat:
M.github/workflows/publish.yml | 2+-
M.github/workflows/test.yml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [18.x, 21.x] + node-version: [22.x] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [18.x, 21.x] + node-version: [22.x] steps: - uses: actions/checkout@v3