UNPKG

@cloudflare/zkp-ecdsa

Version:

zkp-ecdsa: A Typescript Implementation of ZKAttest

4 lines 136 B
export function cmpArray(x, y) { return x.length === y.length && x.every((xi, i) => xi.eq(y[i])); } //# sourceMappingURL=util.js.map