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