Identity

fmgp.multibase.Base.Identity
case object Identity extends Base

Reference: https://github.com/multiformats/multibase/blob/master/multibase.csv encoding codes name

identity 0x00 8-bit binary (encoder and decoder keeps data unmodified) base1 1 unary tends to be 11111 base2 0 binary has 1 and 0 base8 7 highest char in octal base10 9 highest char in decimal base16 F, f highest char in hex base32 B, b rfc4648 - no padding - highest letter base32pad C, c rfc4648 - with padding base32hex V, v rfc4648 - no padding - highest char base32hexpad T, t rfc4648 - with padding base32z h z-base-32 - used by Tahoe-LAFS - highest letter base58flickr Z highest char base58btc z highest char base64 m rfc4648 - no padding base64pad M rfc4648 - with padding - MIME encoding base64url u rfc4648 - no padding base64urlpad U rfc4648 - with padding

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Base
class Object
trait Matchable
class Any
Show all
Self type
Identity.type

Members list

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Value members

Inherited methods

Attributes

Inherited from:
Base

Attributes

Inherited from:
Base
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

Attributes

Inherited from:
Base
lazy val alphabetPos: Map[Char, Int]

Attributes

Inherited from:
Base
val code: Char

Attributes

Inherited from:
Base
val name: String

Attributes

Inherited from:
Base