Skip to content

feat(utils): add PBKDF2 key derivation - #45

Merged
LimiNode merged 1 commit into
mainfrom
codex/add-pkcs#5-calculation-function
Sep 5, 2025
Merged

feat(utils): add PBKDF2 key derivation#45
LimiNode merged 1 commit into
mainfrom
codex/add-pkcs#5-calculation-function

Conversation

@LimiNode

@LimiNode LimiNode commented Sep 5, 2025

Copy link
Copy Markdown
Owner

Summary

  • add PBKDF2 implementation (RFC 8018) with pointer, vector, and string interfaces
  • document PBKDF2 usage in README and README-RU
  • cover PBKDF2 with SHA1 and SHA256 test vectors

Testing

  • cmake -S . -B build -DBUILD_TESTS=ON
  • cmake --build build
  • ctest --test-dir build

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

@LimiNode
LimiNode merged commit 95390be into main Sep 5, 2025
5 checks passed
@LimiNode
LimiNode deleted the codex/add-pkcs#5-calculation-function branch September 5, 2025 16:12
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