UNPKG
@ecash/lib
Version:
latest (1.5.1-rc3)
1.5.1-rc3
1.5.1-rc2
1.5.1-rc1
1.5.1-rc0
1.5.0-rc0
Library for eCash transaction building
github.com/Bitcoin-ABC/bitcoin-abc
Bitcoin-ABC/bitcoin-abc
@ecash/lib
/
dist
/
pbkdf2.d.ts
11 lines
•
299 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
Hasher
}
from
'./hash'
;
export
declare
function
pbkdf2
(
params
: { hashFactory: () => Hasher; password:
Uint8Array
; salt:
Uint8Array
; blockLength:
number
; outputLength:
number
; dkLen:
number
; iterations:
number
; }
):
Uint8Array
;
//# sourceMappingURL=pbkdf2.d.ts.map