mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 03:27:31 +00:00
BigInteger/BCMath engine's bitwise_or() was doing XOR
This commit is contained in:
parent
67f87dd1e2
commit
36d2092a81
@ -336,7 +336,7 @@ class BCMath extends Engine
|
||||
*/
|
||||
public function bitwise_or(BCMath $x)
|
||||
{
|
||||
return $this->bitwiseXorHelper($x);
|
||||
return $this->bitwiseOrHelper($x);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user