Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
|
a structure representing an affine cipher key More...
Data Fields | |
int | a |
what the character is being multiplied by | |
int | b |
what is being added after the multiplication with a | |
a structure representing an affine cipher key