Hi,
Is there a "native" swift method/class to compute digest (sha1, sha2, etc.) and digital signatures?
I know there are some CommonCrypto functions (like mentioned in https://forums.developer.apple.com/message/257577#257577 or https://forums.developer.apple.com/message/249331#249331) but I dont know if those are the better options in Swift (xcode 8.2.1, Swift 3)
What about an example? I found SecDigestTransfromCreate, but documentation is not really helping me on how to use it.
Thanks in advance.