Creates a PKCS#1-style signature. This operation requires knowledge of
the private key. hash should be a hash algorithm with an
->identifier method which returns a DER-encoded ASN.1 Object
Identifier for the hash algorithm. Currently, this is supported only
by Crypto.md5. The function returns the signature as a bignum;
applications can use
Standards.ASN1.Types.asn1_bit_string(rsa->sign(...))->get_der()
to convert it a DER-encoded ASN.1 bitstring.