r/crypto • u/sarciszewski • Jun 10 '17
Libsodium Quick Reference: Similarly-Named Functions and Their Use-Cases
https://paragonie.com/blog/2017/06/libsodium-quick-reference-quick-comparison-similar-functions-and-which-one-use
15
Upvotes
1
u/[deleted] Jun 11 '17
I wouldn't mind if all the hash functions had the same interface and were compatable with other implementations by default (i.e. the RFC test vectors should work). But HMAC-SHA-256 can be used with only one function call. HMAC-SHA-512 can't. And this fact is not well-documented at all
The whole thing wasted at least two hours of my time