function __construct($I, $P, $mul)
 {
     parent::__construct($I, $P);
     $this->A = gmp_strval(gmp_mul($this->N, "{$mul}"), 16);
 }