key_algorithm) . chr($this->hash_algorithm) . $this->data; } function read() { $this->key_algorithm = ord($this->read_byte()); $this->hash_algorithm = ord($this->read_byte()); $this->data = $this->input; } }