x property
Uint8List
get
x
Obtains the X coordinate of the public key which is used for Schnorr signatures. Schnorr signatures force an even Y coordinate. Public and private keys are converted to use even Y coordinates as necessary allowing any existing keys to work.
Implementation
Uint8List get x => _data.sublist(1, 33);