breez_sdk_liquid::lightning_with_bolt12::util

Module hash_tables

Expand description

Generally LDK uses hashbrown’s HashMaps with the std SipHasher and uses getrandom to opportunistically randomize it, if randomization is available.

This module simply re-exports the HashMap used in LDK for public consumption.

Modules§

  • A hash map implemented with quadratic probing and SIMD lookup.

Structs§

Functions§

Type Aliases§

  • The HashMap type used in LDK.
  • The HashSet type used in LDK.