bcgit / pc-dart

Pointy Castle - Dart Derived Bouncy Castle APIs
MIT License
233 stars 122 forks source link

Decrypt RSA-OAEP (SHA-256) with label #174

Closed edwardmp closed 1 year ago

edwardmp commented 1 year ago

Hi,

It's great that this library exists! I need to be able to decrypt a message encrypted with RSA-OAEP (SHA-256) with a label, can anyone tell me how to specify the label?

Thanks in advance