ParagonIE\Halite\Asymmetric\SecretKey::derivePublicKey PHP Method

derivePublicKey() public method

See the appropriate derived class.
public derivePublicKey ( )
    public function derivePublicKey()
    {
        throw new CannotPerformOperation('This is not implemented in the base class');
    }