-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenSSLHash: Expose hash_size() and block_size()
Summary: Given an folly::OpenSSLHash::Digest, which can represent any number of message digests, expose several functions to query properties of the underlying message digest algorithm. This is useful when the algorithm is given an arbitrary `Digest` object that was created by a caller, and would like to, for instance, determine the size of the message digest. Reviewed By: zalecodez Differential Revision: D62269695 fbshipit-source-id: 009818bd62d30d31b143ea984bf455b01a7e48ef
- Loading branch information
1 parent
eb62400
commit 3184d5a
Showing
2 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters