RSA Implementation

Joachim M. Giæver 852eb66983 Init commit in new repo 7 năm trước cách đây
bin 852eb66983 Init commit in new repo 7 năm trước cách đây
src 852eb66983 Init commit in new repo 7 năm trước cách đây
.gitignore 6950cee8d6 Initial commit 7 năm trước cách đây
README.md 852eb66983 Init commit in new repo 7 năm trước cách đây
build 852eb66983 Init commit in new repo 7 năm trước cách đây
rsa_file.txt 852eb66983 Init commit in new repo 7 năm trước cách đây

README.md

RSA, alternative A

Requirements

Golang version 1.5 or above.

How to run

Execute the file on a Linux machine

$ chmod +x ./build
$ ./build

Choose install and run to install and run the application.

On Windows you need to run the individual go-commands to install and run the application:

# go install ./src/main
# ./bin/main