An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Go RSA sign/verify example

[![build status](https://travis-ci.org/danil/go_rsa_signature_example.svg?branch=master)](https://travis-ci.org/danil/go_rsa_signature_example)

## License

Licensed under [MIT License](./LICENSE)