lPrivateKey method

int? lPrivateKey()

Gets the length of either x and y for validation.

Implementation

int? lPrivateKey() {
  return L_PRIVKEYS[this.id!];
}