crypto_xor()#
Syntax
crypto_xor( buffer var, dest var )
Returns#
Returns nothing.
Parameters#
| Parameter | Description |
|---|---|
buffer |
the data that will be processed. |
dest |
the data that will processed against buffer and will contain the results. |