I was wondering which is the difference between Crypto.Signature.PKCS1_v1_5
and Crypto.Signature.pkcs1_15
?
In the documentation they use this function Crypto.Signature.pkcs1_15
but sometimes I've seen that Crypto.Signature.PKCS1_v1_5
was used.
What is the difference and which is better to use?