Skip to content
Snippets Groups Projects
Commit 95788cc1 authored by akwizgran's avatar akwizgran
Browse files

Simplified the KDF implementation, since one iteration is enough.

We don't need to call HMAC-SHA-384 more than once to get 256 bits of key
material. The code will throw a RuntimeException if CIPHER_KEY_BYTES is
changed in future so that one iteration's no longer enough.
parent a8d86a1b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment