Module afire::internal::encoding

source ·
Expand description

Functions having to do with encoding, decoding, and hashing data.

Modules

  • Base64 encoding and decoding.
  • SHA1 hash function.
  • Utilities for encoding and decoding strings. Currently only supports url encoding.