Module xmpp_parsers::hashes

source ·
Expand description

XEP-0300: Use of Cryptographic Hash Functions in XMPP

Enums§

  • List of the algorithms we support, or Unknown.

Structs§

  • This element represents a hash of some data, defined by the hash algorithm used and the computed value.
  • Build a [Hash] from XML events.
  • Convert a [Hash] into XML events.
  • Helper for parsing and serialising a SHA-1 attribute.