UNPKG
@iden3/js-crypto
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.1
1.0.0-beta.0
0.0.4
0.0.3
0.0.2
0.0.1
Crypto primitives for iden3
github.com/iden3/js-crypto
iden3/js-crypto
@iden3/js-crypto
/
dist
/
types
/
base58.d.ts
3 lines
•
170 B
TypeScript
View Raw
1
2
3
export
declare
const
base58FromBytes
:
(
input
:
Uint8Array
) =>
string
;
export
declare
const
base58ToBytes
:
(
str
:
string
) =>
Uint8Array
;
//# sourceMappingURL=base58.d.ts.map