Sign a given string with an SHA256 hash
Param: s - string to sign privateKey - signing key to use
A SHA256 signature on provided data See: https://wiki.openssl.org/index.php/EVP_Signing_and_Verifying
See Implementation
Sign a given string with an SHA256 hash
Param: s - string to sign privateKey - signing key to use