1.) I'm updating a 2014 an Obj-C project using libsodium.
pod 'libsodium', :podspec => 'Podspecs/libsodium.podspec.json'
Is libsodium-ios the new version? If so can I simply edit the name in the pod file or have the method names changed as well? Do I even need to link to the podspec anymore?
2) I'm getting tons of Unused function 'crypto_onetimeauth_poly1305_donna' warnings. How can I fix this?
Hello
1.) I'm updating a 2014 an Obj-C project using libsodium.
pod 'libsodium', :podspec => 'Podspecs/libsodium.podspec.json'
Is libsodium-ios the new version? If so can I simply edit the name in the pod file or have the method names changed as well? Do I even need to link to the podspec anymore?
2) I'm getting tons of
Unused function 'crypto_onetimeauth_poly1305_donna'
warnings. How can I fix this?