UNPKG
tssrp6a
Version:
beta (1.1.0-beta-4)
latest (3.0.0)
3.0.0
2.0.0
1.1.1
1.1.0
1.1.0-beta-4
1.1.0-beta-3
1.1.0-beta-2
1.1.0-beta
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
SRP6a client and server lib
github.com/midonet/tssrp6a
tssrp6a
/
dist
/
crossEnvCrypto.d.ts
10 lines
(9 loc)
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
HashFunction
}
from
"./parameters"
;
interface
CompatibleCrypto
{
hashFunctions
: { [
key
:
string
]:
HashFunction
; };
randomBytes
:
(
array
:
Uint8Array
) =>
Uint8Array
; }
export
declare
let
crossEnvCrypto
:
CompatibleCrypto
;
export
{};