In order to implement the standard RSA-PKCS, raw data must be signed with the private key without performing a hash.
All the CRYS functions wants either a HASH as input or want to comute a HASH inthe sign function.
How can I sign (actually encrypt) data with a private key without using a hash