module Secp256k1Zkp::Utility
 
  Direct including types
Defined in:
crystal-secp256k1-zkp/utility.crInstance Method Summary
- #base58_decode(base58_str : String) : Bytes
 - #base58_encode(str : Bytes) : String
 - 
        #hex_decode(data)
        
          
=> hex string -> Bytes
 - 
        #hex_encode(data)
        
          
=> Bytes -> hex string => String -> hex string
 - #rmd160(data)
 - #rmd160_hex(data)
 - #sha256(data)
 - #sha256_hex(data)
 - #sha512(data)
 - #sha512_hex(data)