UNPKG

esp-ble-prov

Version:
9 lines (8 loc) 307 B
import Security from "./security"; export default class Security0 extends Security { constructor(); setup0Request(): Uint8Array<ArrayBufferLike>; setup0Response(response: Uint8Array): void; encrypt(data: Uint8Array): Uint8Array<ArrayBufferLike>; decrypt(data: Uint8Array): Uint8Array; }