Remove to_bytes() methods

This commit is contained in:
Deon George
2020-06-24 22:46:20 +10:00
parent 9936e839a4
commit fc914b727d
6 changed files with 8 additions and 20 deletions

View File

@@ -43,7 +43,7 @@ class S2K
return $s2k;
}
function to_bytes()
function __toString()
{
$bytes = chr($this->type);