Skip to content
Draft
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
9 changes: 9 additions & 0 deletions wrapper/rust/wolfssl-wolfcrypt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# wolfssl-wolfcrypt Change Log

## v1.1.0

- Add FIPS support
- ECC: allow `import_private_*()` calls with empty pub_buf slices
- Add HMAC-BLAKE2[bs] wrappers
- Add support for ChaCha20_Poly1305
- Add support for Curve25519
- Add support for BLAKE2b and BLAKE2s

## v1.0.0

- Bump version to 1.0 after testing
Expand Down
2 changes: 1 addition & 1 deletion wrapper/rust/wolfssl-wolfcrypt/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wrapper/rust/wolfssl-wolfcrypt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wolfssl-wolfcrypt"
version = "1.0.0"
version = "1.1.0"
edition = "2024"
description = "Rust wrapper for wolfssl C library cryptographic functionality"
license = "GPL-3.0"
Expand Down
Loading