UNPKG

xiot-core-xcp-ts

Version:
5 lines (4 loc) 131 B
export interface BinaryFrameCodec { encrypt(data: Uint8Array): Uint8Array; decrypt(data: Uint8Array): Uint8Array | null; }