Post
Topic
Board Bitcoin Technical Support
Re: compressed private key
by
Life_Saving
on 30/01/2024, 11:01:02 UTC
random 256-bit number Using elliptic curve mathematics, a public key is derived from the private key. uncompressed public key is 64 bytes (32 bytes for the x-coordinate and 32 bytes for the y-coordinate). Compression involves representing the y-coordinate in a shorter format, typically by including only the x-coordinate and a single bit indicating