Skip to main content
Converts a public key point to its corresponding Ethereum address. The Ethereum address is calculated by taking the Keccak-256 hash of the public key coordinates and taking the last 20 big-endian bytes.

Signature

Arguments

  • public_key_point - A point on a secp256 curve representing a public key

Returns

The 20-byte Ethereum address derived from the public key

Examples