UNPKG

@hashgraph/cryptography

Version:

Cryptographic utilities and primitives for the Hiero SDK

8 lines (7 loc) 174 B
/** * Byte comparison utility * @param {Uint8Array} a * @param {Uint8Array} b * @returns {boolean} */ export function equalBytes(a: Uint8Array, b: Uint8Array): boolean;