Hi folks,
Im investigating cryptopp and various cryptography stuff as a whole.
I dont understand the output of functions such as RSASSA_PKCS1v15_SHA_Signer,
I'd expected that the output would be compatible to RFC3447 with the defined format as in:
I tried to reproduce this, but if I use a matching public key on a signature I only get garbage back?
Anyone knows what format these functions output?