Documentation
¶
Index ¶
- func ConverHederaPublicKeyToEthereunAddress(hederaPublicKey string) string
- func ConvertHederaPublicKeyToPeerID(hederaPublicKey string) (string, error)
- func DecryptFromOtherside(message []byte, myPrivateKeyEth string, otherPubliKeyHedera string) ([]byte, error)
- func EncryptForOtherside(message []byte, myPrivateKeyETH string, otherPubliKeyHedera string) ([]byte, error)
- func IsValidEthereumAddress(address string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptFromOtherside ¶
func EncryptForOtherside ¶
func IsValidEthereumAddress ¶ added in v0.0.21
IsValidEthereumAddress validates if the given string is a valid Ethereum address format
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.