publicKeyUncompressed property
Uint8List
get
publicKeyUncompressed
Implementation
Uint8List get publicKeyUncompressed {
return ecc.pointFromScalar(_d!, false)!;
}
Uint8List get publicKeyUncompressed {
return ecc.pointFromScalar(_d!, false)!;
}