https://github.com/adridevelopsthings/gorsa
RSA Implementation in GoLang
https://github.com/adridevelopsthings/gorsa
Last synced: about 1 year ago
JSON representation
RSA Implementation in GoLang
- Host: GitHub
- URL: https://github.com/adridevelopsthings/gorsa
- Owner: AdriDevelopsThings
- Created: 2022-02-01T14:52:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T17:36:25.000Z (over 3 years ago)
- Last Synced: 2025-02-10T21:53:10.178Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gorsa
yes I'd developed a rsa integration for golang because I want to learn golang and modern cryptography (I mean I didn't understand the backgrounds behind rsa but yes).
Download the dependencies: `go mod get` and start the tests with `go test -v github.com/adridevelopsthings/gorsa/test`. Also you can use it as the test files explain. Good luck.