UNPKG

uint8arrays

Version:

Utility functions to make dealing with Uint8Arrays easier

8 lines 204 B
/** * Returns the xor distance between two arrays * * @param {Uint8Array} a * @param {Uint8Array} b */ export function xor(a: Uint8Array, b: Uint8Array): Uint8Array; //# sourceMappingURL=xor.d.ts.map