spacemonkeygo / openssl

OpenSSL bindings for Go
http://godoc.org/github.com/spacemonkeygo/openssl
Apache License 2.0
472 stars 237 forks source link

Added sign/verify functions that takes digest instead of plain text #143

Open pcsx22 opened 4 years ago

pcsx22 commented 4 years ago

The existing sign and verify functions accepts only plain text but there might be scenario where only digest is available. Hence, I have added functions for them.