This is from flutter. I wanted to add sha256 hashing with the rsa-oaep, how to do that. In the official doc of pointy castle, they didnt mention anything like that. Any suggestions?
final encryptor = OAEPEncoding(RSAEngine()) ..init(true, PublicKeyParameter(myPublic));