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 7a361a8bf0974d421d24a2adb3ddeae0e85fa456
parent 7b4342d46052d439f408380afc9c7d82ea46bff7
Author: finwo <finwo@pm.me>
Date:   Wed, 11 Aug 2021 23:40:04 +0200

Don't test on 10.x anymore; start testing on 16.x

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 @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [12.x, 14.x, 16.x] steps: - uses: actions/checkout@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [12.x, 14.x, 16.x] steps: - uses: actions/checkout@v1