Skip to content

Commit

Permalink
Merge pull request #430 from dajiaji/add-x25519-to-core
Browse files Browse the repository at this point in the history
Implement DhkemX25519HkdfSha256 for @hpke/core.
  • Loading branch information
dajiaji authored Oct 12, 2024
2 parents 8c099f7 + 868300d commit 7ec3ee7
Show file tree
Hide file tree
Showing 12 changed files with 2,767 additions and 193 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- uses: denoland/setup-deno@v1
with:
deno-version: ${{ matrix.deno-version }}
- name: REmove lock file
if: matrix.deno-version == '1.x'
run: rm deno.lock
- name: Run deno test
run: |
deno fmt --check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x]
node-version: [16.x, 18.x, 19.x, 20.x, 21.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 7ec3ee7

Please sign in to comment.