module Secp256k1Zkp::Utility

Direct including types

Defined in:

crystal-secp256k1-zkp/utility.cr

Instance Method Summary

Instance Method Detail

def base58_decode(base58_str : String) : Bytes #

[View source]
def base58_encode(str : Bytes) : String #

[View source]
def hex_decode(data) #

=> hex string -> Bytes


[View source]
def hex_encode(data) #

=> Bytes -> hex string => String -> hex string


[View source]
def rmd160(data) #

[View source]
def rmd160_hex(data) #

[View source]
def sha256(data) #

[View source]
def sha256_hex(data) #

[View source]
def sha512(data) #

[View source]
def sha512_hex(data) #

[View source]