Skip to content
Merged
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
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Changelog

## [Unreleased]

## [0.4.0] - 2025-09-06
### Added
- Base64 and Base32 encoding/decoding utilities with secure_buffer overloads.
- Base32 (RFC 4648), Base64, and Base36 encoding/decoding utilities.
- `secure_buffer<T>` zeroizing container and helpers (page locking, secret_string).
- Expanded HOTP/TOTP test coverage.

### Changed
- CMake install exports new headers.
- README updated.

### Notes
- Breaking changes: none (public API only extended).

## [0.3.0] - 2025-09-05
### Added
Expand Down
Loading