This repo contains implementations of the following algorithms:
- linear feedback shift register (LFSR)
 - RSA using
 - Advanced Encryption Standard (AES)
 - Elgamal Encryption
 - Deffie Hellman for Elliptic Curves with
 - Elliptic Curve
 - Cipollas algorithm
 - Miller-Rabin Primality Test
 
In main.py is an example how Alice and Bob communicate.