crypto

package
v0.0.0-...-cbe201a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

https://github.com/CityOfZion/neo-go/

https://github.com/CityOfZion/neo-go/

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AESDecrypt

func AESDecrypt(crypted, key []byte) ([]byte, error)

AESDecrypt decrypts the encrypted source with the given key.

func AESEncrypt

func AESEncrypt(src, key []byte) ([]byte, error)

AESEncrypt encrypts the key with the given source.

func Base58CheckDecode

func Base58CheckDecode(s string) (b []byte, err error)

Base58CheckDecode decodes the given string.

func Base58CheckEncode

func Base58CheckEncode(b []byte) string

Base58checkEncode encodes b into a base-58 check encoded string.

func Base58Decode

func Base58Decode(s string) ([]byte, error)

Base58Decode decodes the base58 encoded string.

func Base58Encode

func Base58Encode(bytes []byte) string

Base58Encode encodes a byte slice to be a base58 encoded string.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL