-
|
In AEAD documentation, there is proposed fix for AEAD robustness: H(key, nonce || ciphertext_tag || ad). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The tag alone is enough.
A derived key is fine, and actually cleaner than reusing the key.
Yes, just use |
Beta Was this translation helpful? Give feedback.
The tag alone is enough.
A derived key is fine, and actually cleaner than reusing the key.
Yes, just use
crypto_generichash.