struct Multihash::Multihash

Defined in:

multihash.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(hash_name : Symbol, digest : String) #

[View source]
def self.new(full : String) #

[View source]

Instance Method Detail

def !=(other : Multihash) #

[View source]
def ==(other : Multihash) #

Comparison


[View source]
def digest : String #

[View source]
def hash_code : Int32 #

Accessors


[View source]
def hash_name #

Methods


[View source]
def len : Int32 #

[View source]
def to_s #

Serializing/encoding


[View source]