Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
Loading...
Searching...
No Matches
affine_key_t Struct Reference

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
 

Detailed Description

a structure representing an affine cipher key


The documentation for this struct was generated from the following file: