GoogleSecuritySafebrowsingV5RiceDeltaEncoded64Bit
import type { GoogleSecuritySafebrowsingV5RiceDeltaEncoded64Bit } from "https://googleapis.deno.dev/v1/safebrowsing:v5.ts";
Same as RiceDeltaEncoded32Bit
except this encodes 64-bit numbers.
interface GoogleSecuritySafebrowsingV5RiceDeltaEncoded64Bit {
encodedData?: Uint8Array;
entriesCount?: number;
firstValue?: bigint;
riceParameter?: number;
}§Properties
§
entriesCount?: number
[src]The number of entries that are delta encoded in the encoded data. If only
a single integer was encoded, this will be zero and the single value will
be stored in first_value
.