(hmac, key, options)
| 167 | } |
| 168 | |
| 169 | function createHmac(hmac, key, options) { |
| 170 | return new Hmac(hmac, key, options); |
| 171 | } |
| 172 | |
| 173 | function createSign(algorithm, options) { |
| 174 | return new Sign(algorithm, options); |
no outgoing calls
no test coverage detected
searching dependent graphs…