function equalsNaiveimport { equalsNaive } from "https://dotland.deno.dev/std@0.116.0/bytes/equals.ts"; equalsNaive(a: Uint8Array, b: Uint8Array): booleanCheck whether binary arrays are equal to each other using 8-bit comparisons. Check whether binary arrays are equal to each other using 8-bit comparisons. Parametersa: Uint8Arrayfirst array to check equality b: Uint8Arraysecond array to check equality Returnsboolean