% limb manual
% memxor.h(0)
% limb 0.1.0
% 2023-07-24
# NAME
memxor.h - XOR memory areas
# SYNOPSIS
#include <limb/memxor.h>
# DESCRIPTION
This header defines the required functions to XOR memory areas.
## Functions
The following functions are defined :
: [memxor](3)
:: To XOR one memory area with another.
: [memxor3](3)
:: To apply XOR of two memory areas, storing the result in a third one.