UNPKG
@ecies/ciphers
Version:
latest (0.2.5)
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
Node/Pure JavaScript symmetric ciphers adapter
github.com/ecies/js-ciphers
ecies/js-ciphers
@ecies/ciphers
/
dist
/
_node
/
hchacha.d.ts
5 lines
(4 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
5
/** * Copied from `
@noble
/ciphers/chacha` */
export
declare
const
_hchacha20
:
(
s
:
Uint32Array
,
k
:
Uint32Array
,
i
:
Uint32Array
,
o32
:
Uint32Array
) =>
void
;