https://github.com/danil/go_rsa_signature_example
Go example of the sign/verify using RSASSA-PKCS1-V1_5-SIGN from RSA PKCS#1 v1.5
https://github.com/danil/go_rsa_signature_example
Last synced: about 1 year ago
JSON representation
Go example of the sign/verify using RSASSA-PKCS1-V1_5-SIGN from RSA PKCS#1 v1.5
- Host: GitHub
- URL: https://github.com/danil/go_rsa_signature_example
- Owner: danil
- License: mit
- Created: 2018-12-15T19:51:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T20:00:37.000Z (over 7 years ago)
- Last Synced: 2025-02-13T22:37:09.286Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go RSA sign/verify example
[](https://travis-ci.org/danil/go_rsa_signature_example)
## License
Licensed under [MIT License](./LICENSE)