Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
static fromCBOR (buf) { let obj = cbor.decodeFirst(buf) return CuckooFilter.fromJSON(obj) } }
Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC7049).