Calculates points on elliptic curve over finite field, graphs points, performs elliptic curve point addition, and generates cayley table
steps for now : commands
- cd project #(to be in proper yaml directory)
- docker-compose down
- docker-compose build --no-cache #(this rebuilds from scratch)
- docker-compose up
do these commands from the directory level that has the docker compose file
- from console start instance
- open terminal ssh into it (from my computer with the pem file i do
ssh -i ~/Desktop/ecmodp11.pem ec2-user@18.216.219.102) - then i gotta see whats wrong