publicKeyBytes constant
int
const publicKeyBytes
Uncompressed SEC1 public-key length in bytes (0x04 || X || Y).
Implementation
static const int publicKeyBytes = 65;
Uncompressed SEC1 public-key length in bytes (0x04 || X || Y).
static const int publicKeyBytes = 65;