I try to use below RFC algorithm in my app: https://www.rfc-editor.org/rfc/rfc5990
Bouncy Castle for c# and java supports it but I am working on iOS. As I know best tools for cryptography in ios is commoncrypto
library. So the question is that whether this library supports it or not?
I do not find any usefull information on documentation and hope someone here can help.