class Base58::Alphabet::IPFS

Overview

IPFS uses Base58. Some sources refer to its implementation as distinct, but it is actually just the Bitcoin implementation.

Defined in:

base58/alphabet/ipfs.cr

Class Method Summary

Class methods inherited from class Base58::Alphabet::Bitcoin

[](val) [], []?(val) []?, inverse(val) inverse, inverse?(val) inverse?

Class Method Detail

def self.[](val) #

IPFS uses Base58. Some sources refer to its implementation as distinct, but it is actually just the Bitcoin implementation.


def self.[]?(val) #

IPFS uses Base58. Some sources refer to its implementation as distinct, but it is actually just the Bitcoin implementation.


def self.inverse(val) #

IPFS uses Base58. Some sources refer to its implementation as distinct, but it is actually just the Bitcoin implementation.


def self.inverse?(val) #

IPFS uses Base58. Some sources refer to its implementation as distinct, but it is actually just the Bitcoin implementation.