Merge branch '3.0'

This commit is contained in:
terrafrost 2021-01-14 08:49:05 -06:00
commit dfb12d5331

View File

@ -705,7 +705,7 @@ abstract class RSA extends AsymmetricKey
*/
public function getSaltLength()
{
return $this->sLen;
return $this->sLen !== null ? $this->sLen : $this->hLen;
}
/**