summaryrefslogtreecommitdiff
path: root/src/common/crypto_hkdf.c
AgeCommit message (Collapse)Author
2018-05-18Refactor crypto.[ch] into smaller HKDF module.Fernando Fernandez Mancera
Add two new files (crypto_hkdf.c, crypto_hkdf.h) as new module of crypto.[ch]. This new module includes all functions and dependencies related to HKDF operations. Those have been removed from crypto.[ch]. Follows #24658. Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>