Merge branch '2.0'

This commit is contained in:
terrafrost 2017-10-05 05:42:38 -05:00
commit ce92283c10

View File

@ -404,7 +404,7 @@ abstract class Engine implements \Serializable
// (will always result in a smaller number. ie. ~1 isn't 1111 1110 - it's 0)
$temp = $this->toBytes();
if ($temp == '') {
return '';
return $this->normalize(static::$zero);
}
$pre_msb = decbin(ord($temp[0]));
$temp = ~$temp;