@ethereumjs/devp2p / MAC
Defined in: packages/devp2p/src/rlpx/mac.ts:8
new MAC(
secret):MAC
Defined in: packages/devp2p/src/rlpx/mac.ts:11
Uint8Array
MAC
digest():
Uint8Array<ArrayBuffer>
Defined in: packages/devp2p/src/rlpx/mac.ts:34
Uint8Array<ArrayBuffer>
update(
data):void
Defined in: packages/devp2p/src/rlpx/mac.ts:16
string |
Uint8Array<ArrayBufferLike> |
void
updateBody(
data):void
Defined in: packages/devp2p/src/rlpx/mac.ts:26
string |
Uint8Array<ArrayBufferLike> |
void
updateHeader(
data):void
Defined in: packages/devp2p/src/rlpx/mac.ts:20
string |
Uint8Array<ArrayBufferLike> |
void