enigma icon indicating copy to clipboard operation
enigma copied to clipboard

Add support for HMAC

Open marcodellemarche opened this issue 2 years ago • 0 comments

Such as crypto does with createHmac function, we should implement our own implementation in Enigma.

We could implement this into Hash module. It could take as arguments an algorithm (e.g. SHA256), a key and the information to hash.

marcodellemarche avatar Mar 07 '22 12:03 marcodellemarche