Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrPointIsIdentity = fmt.Errorf("point is identity") ErrLongMarshal = fmt.Errorf("couldn't marshal point to 64 bytes") )
Functions ¶
This section is empty.
Types ¶
type EthAddress ¶
type EthAddress [20]byte
func PointToAddress ¶
func PointToAddress(p curve.Point) (EthAddress, error)
Click to show internal directories.
Click to hide internal directories.