Versions in this module Expand all Collapse all v0 v0.0.1 Jun 30, 2024 Changes in this version + const AddressLength + func FromECDSAPub(pub *ecdsa.PublicKey) []byte + func Keccak256(data ...[]byte) []byte + func S256() elliptic.Curve + type Address [AddressLength]byte + func BytesToAddress(b []byte) Address + func PubkeyToAddress(p ecdsa.PublicKey) Address + func (a *Address) SetBytes(b []byte) + func (a Address) Bytes() []byte + func (a Address) Hex() string + func (a Address) String() string