$this
public function algorithm(string $algo) : static { $this->options['algorithm'] = $algo; return $this; }