Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base58Encode ¶
* Ecoding Algorithm * Till quotient is not zero: * q = input mod base * use remainder to get string of base to be converted to * ex: if remainder 1 and base 2, resulting value is 1 * ex: if remainder 2 and base 58, resulting value is 2 (check string above) * * Once reulting string found: * Reverse string (mod returns remainder, i.e. last character first) * Account for any leading zeros
func ConvertToHex ¶
func ConvertToHex(value interface{}) []byte
func ReverseBytes ¶
func ReverseBytes(data []byte)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.