RSA_in_Fortran/README.md

153 B

RSA_in_Fortran

RSA暗号をFortranで実装したプログラム

コンパイル

$ sudo apt install gfortran
$ gfortran main.f90
$ ./a.out