class Base58::Flickr
Constants
- ALPHABET
- NUM
add shortcuts (convenience) aliases
- NUMBER
Note:
for decoding allow (misspelled) l/I for 1 - why? why not? and (misspelled) 0/O for o - why? why not?
Public Class Methods
alphabet()
click to toggle source
# File lib/base58-alphabets/flickr.rb, line 11 def self.alphabet() ALPHABET; end
number()
click to toggle source
# File lib/base58-alphabets/flickr.rb, line 79 def self.number() NUMBER; end