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
/
errors.d.ts
8 lines
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Thrown when key length is invalid */
export
declare
class
InvalidKeyLengthError
extends
Error
{
static
name
:
string
;
constructor
(
message
?:
string
); }
//# sourceMappingURL=errors.d.ts.map