limb 0.2.0

2024-01-09

memxor.h(0)
limb manual
memxor.h(0)

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.

limb 0.1.0
2023-07-24
memxor.h(0)