base32 icon indicating copy to clipboard operation
base32 copied to clipboard

A library which provides base32 decoding and encoding.

Results 4 base32 issues
Sort by recently updated
recently updated
newest added

Since this gems works in Ruby 3.0, 3.1, and 3.2 we could add it to travis to run tests on regular basis. See also https://gitlab.com/gitlab-org/gitlab/-/issues/422665#note_1555206155.

Current implementation returns incorrect pad bits length when the base32 encoded string has a redundant character. Specifically, in cases base32 encoded string's length is 3 (15bits) or 6 (30bits). (I...

There have been some PRs merged since the last release which would be really nice to have available, for example #9 (detect invalid characters) really improves error messaging and #10...