-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add hmac_sha512 Presto Functions (#3406)
Summary: Add [hmac_sha512](https://prestodb.io/docs/current/functions/binary.html#:~:text=given%20key.-,hmac_sha512,-(binary%2C)) Presto Functions ``` hmac_sha512(binary, key) → varbinary Computes HMAC with sha512 of binary with the given key. ``` Pull Request resolved: #3406 Reviewed By: xiaoxmeng Differential Revision: D41841164 Pulled By: Yuhta fbshipit-source-id: e2feef92f0d544e1eee207d1fe2dcd9d7b7f86f5
- Loading branch information
1 parent
04187f1
commit b1d6f40
Showing
5 changed files
with
61 additions
and
19 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
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
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