Skip to content

feat: add streaming HMAC context and generic PBKDF2 - #54

Merged
LimiNode merged 1 commit into
mainfrom
codex/add-hmaccontext-and-generalized-pbkdf2-function
Sep 5, 2025
Merged

feat: add streaming HMAC context and generic PBKDF2#54
LimiNode merged 1 commit into
mainfrom
codex/add-hmaccontext-and-generalized-pbkdf2-function

Conversation

@LimiNode

@LimiNode LimiNode commented Sep 5, 2025

Copy link
Copy Markdown
Owner

Summary

  • introduce HmacContext for incremental HMAC operations
  • add generic pbkdf2 buffer API and update wrapper
  • extend tests to cover the new API

Testing

  • cmake -S . -B build -DBUILD_TESTS=ON
  • cmake --build build
  • cd build && ctest

https://chatgpt.com/codex/tasks/task_e_68bb4cc6a550832c88824fb410c6fab7

Introduce HmacContext with init, update and final methods. Implement the context in source, add a generic PBKDF2 buffer API, and extend tests.
@LimiNode
LimiNode merged commit 5858dbc into main Sep 5, 2025
5 checks passed
@LimiNode
LimiNode deleted the codex/add-hmaccontext-and-generalized-pbkdf2-function branch September 6, 2025 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant