repositorypackage
0.0.0-20220808203004-1486f89e7708
Repository: https://github.com/tyktechnologies/goverify.git
Documentation: pkg.go.dev
# README
RSA Verifier
This lib makes it easy to verify a string with a signature using an RSA public/private key combination.
Shamelessly ripped off from SO:
http://stackoverflow.com/questions/20655702/signing-and-decoding-with-rsa-sha-in-go
And this play example: