Preparing search index...
The search index is not available
Documentation - v0.0.7
Documentation
@fuman/utils
u8
xorInPlace
Function xorInPlace
xorInPlace
(
data
:
Uint8Array
,
key
:
Uint8Array
)
:
void
Perform XOR operation on two buffers in-place
Parameters
data
:
Uint8Array
Buffer to XOR
key
:
Uint8Array
Key to XOR with
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.0.7
Loading...
Perform XOR operation on two buffers in-place