NDNts
    Preparing search index...

    Class IBLT

    Invertible Bloom Lookup Table.

    Index

    Constructors

    Methods

    • Deserialize from a byte array.

      Parameters

      • v: Uint8Array

      Returns void

      Error Thrown if input does not match parameters.

    • Erase a key.

      Parameters

      • key: number

      Returns void

    • Insert a key.

      Parameters

      • key: number

      Returns void

    • Serialize the hashtable to a byte array.

      Returns Uint8Array

      Each entry is serialized as 12 octets:

      • count: int32
      • keySum: uint32
      • keyCheck: uint32 IBLT.Parameters.serializeLittleEndian determines endianness.

      Return value shares the underlying memory. It must be copied when not using compression.