UNPKG
@libp2p/aes-ctr
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.0
Streaming AES-CTR for node and browsers
github.com/libp2p/js-libp2p-aes-ctr
libp2p/js-libp2p-aes-ctr
@libp2p/aes-ctr
/
dist
/
src
/
ciphers.d.ts
5 lines
•
235 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="node" />
import
crypto
from
'crypto'
;
export
declare
const
createCipheriv
:
typeof
crypto.
createCipheriv
;
export
declare
const
createDecipheriv
:
typeof
crypto.
createDecipheriv
;
//# sourceMappingURL=ciphers.d.ts.map