Use brwoser hmac directly from browser pbkdf2.

This commit is contained in:
Richard Moore 2018-07-16 03:29:08 -04:00
parent d1ce9f4964
commit 175966674d
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295

@ -1,7 +1,7 @@
'use strict';
import { arrayify } from '../src.ts/utils/bytes';
import { computeHmac } from '../src.ts/utils/hmac';
import { computeHmac } from './hmac';
import { Arrayish, SupportedAlgorithms } from '../src.ts/utils/types';