Remove to_bytes() methods
This commit is contained in:
@@ -43,7 +43,7 @@ class S2K
|
||||
return $s2k;
|
||||
}
|
||||
|
||||
function to_bytes()
|
||||
function __toString()
|
||||
{
|
||||
$bytes = chr($this->type);
|
||||
|
||||
|
Reference in New Issue
Block a user