Skip to content

Encoding and decoding base 32 values

Mo McRoberts edited this page Aug 7, 2011 · 1 revision

Encoding and decoding base-32 values

  • [[Base32::encode]](): Encode an integer as base-32
  • [[Base32::decode]](): Decode a base-32 string and return the value as an integer

Clone this wiki locally