RubyGems Navigation menu

base32.rb 0.4.2

Base32 is one of several base 32 transfer encodings. Base32 uses a 32-character set comprising the twenty-six upper-case letters A–Z, and the digits 2–7. Base32 is primarily used to encode binary data, but Base32 is also able to encode binary text like ASCII. Base32 is a notation for encoding arbitrary byte data using a restricted set of symbols that can be conveniently used by humans and processed by computers. Base32 consists of a symbol set made up of 32 different characters, as well as an algorithm for encoding arbitrary sequences of 8-bit bytes into the Base32 alphabet. Because more than one 5-bit Base32 symbol is needed to represent each 8-bit input byte, it also specifies requirements on the allowed lengths of Base32 strings (which must be multiples of 40 bits). The closely related Base64 system, in contrast, uses a set of 64 symbols.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.4.2 - March 07, 2020 (10.5 KB)
  2. 0.4.1 - March 07, 2020 (10.5 KB)

Development Dependencies (5):

gem-release ~> 2.0
minitest ~> 5.11
rake ~> 12.3
rubocop ~> 0.73

Owners:

Pushed by:

Authors:

  • Samuel Tesla

SHA 256 checksum:

c0f5c73796275ca88e76ddd205c5cc38fa7a65439168880705f7382bdf66088e

Total downloads 3,795

For this version 2,175

License:

MIT

Required Ruby Version: >= 0

Links: