h2non / jshashes

Fast and dependency-free cryptographic hashing library for node.js and browsers (supports MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README contains wrong hmac arguments

cscott opened this issue · comments

The README says "hex_hmac(string,key)" but in fact all the functions expect the arguments in the opposite order (key first, then data).

commented

Thanks Scoot, pull request approved