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