Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Without this fix, we get error in debug mode (when assert is enabled): ``` hkdf.cpp:61:58: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] assert(out_len == EVP_MD_size(digest) && out_len == outputLen); ```
- Loading branch information