Does libgcrypt provide pccs1 functionality for unpacking?

In libgcrypt doco, it indicates that you can define an s-expression that allows you to populate data in PKCS # 1 before encrypting it. Is there another function or other expression that I could build to decompress the data after it has been decrypted, or is there some other work for this?

Thanks in advance!

+3
source share

All Articles