Remove to_bytes() methods
This commit is contained in:
@@ -198,17 +198,6 @@ class Message implements \IteratorAggregate,\ArrayAccess
|
||||
return $final_sigs;
|
||||
}
|
||||
|
||||
public function to_bytes(): string
|
||||
{
|
||||
$bytes = '';
|
||||
|
||||
foreach ($this as $p) {
|
||||
$bytes .= (string)$p;
|
||||
}
|
||||
|
||||
return $bytes;
|
||||
}
|
||||
|
||||
/**
|
||||
* Function to extract verified signatures
|
||||
*
|
||||
|
Reference in New Issue
Block a user