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:
= Copier Copié!

installation:
=

Versions:

  1. 0.4.2 - March 07, 2020 (10,5 ko)
  2. 0.4.1 - March 07, 2020 (10,5 ko)

Dépendances de Development (5):

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

Propriétaires:

Pushed by:

Auteurs:

  • Samuel Tesla

Total de contrôle SHA 256:

c0f5c73796275ca88e76ddd205c5cc38fa7a65439168880705f7382bdf66088e

Total de téléchargements 3 837

Pour cette version 2 195

License:

MIT

Version de Ruby requise: >= 0

Liens: