openGPMP
Open Source Mathematics Package
|
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <string>
Go to the source code of this file.
Classes | |
class | gpmp::RC4 |
Namespaces | |
gpmp | |
The source C++ openGPMP namespace. | |
Macros | |
#define | BITS 255 |
#define | BYTE_LIMIT 256 |
Definitions for derivative operations operations
The RC4 algorithm in this case used 5 methods all dependent off eachother with only 2 being available to the user and 1 optional. Required:
Definition in file rc4.hpp.