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