Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Nov 5, 2023
1 parent 24a3ae0 commit 82ef62f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# minimal-cipher ChangeLog

## 6.0.0 - 2023-10-dd
## 6.0.0 - 2023-11-dd

### Changed
- **BREAKING**: Require node >= 18.
- Use `@noble/curves` to provide X25519 implementation. This lib
is often used in other libs that are combined with this one and
it has been through a comprehensive security audit. Additional
benefits include speed and tree-shaking capabilities.
- Use P-256 curve elliptic keys for key agreement instead of
X25519 when using the fips-compliant version.

## 5.1.1 - 2022-08-14

Expand Down

0 comments on commit 82ef62f

Please sign in to comment.