libsodium-ios
libsodium-ios copied to clipboard
Strong encryption for iOS. NaCl / libsodium build for iOS development. Used in CocoaPod 'libsodium-ios'.
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...
Hi @mochtu, Have you considered publishing the static library + public header files on CocoaPods, instead of the source package? For me, this would make sense as it is in...
This pull request corrects the spelling of **Xcode** :sweat_smile: https://developer.apple.com/xcode/ Created with [`xcode-readme`](https://github.com/dkhamsing/xcode-readme).
Cocoa pods: Xcode 7 emitting heaps of "Multiple build commands for output file [...]/api.h" warnings
This happens since in build phases in the "Headers" build phase all headers are getting copied as public headers. Please adjust the cocoa pods podspec and exclude those private headers....
Hello @mochtu, can you please update this library for the latest libsodium v0.7.1 as it is being used by cocoapods. Thanks in advance. Chris
CompileC /Users/ckrey/Library/Developer/Xcode/DerivedData/ypom-eknodschgozosheewmtihktyyoci/Build/Intermediates/ypom.build/Debug-iphoneos/ypom.build/Objects-normal/armv7/aes256-ctr.o /Users/ckrey/libsodium-ios/src/libsodium/crypto_stream/aes256estream/hongjun/aes256-ctr.c normal armv7 c com.apple.compilers.llvm.clang.1_0.compiler cd /Users/ckrey/ypom/ypom setenv LANG en_US.US-ASCII setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch armv7 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -fmodules-cache-path=/Users/ckrey/Library/Developer/Xcode/DerivedData/ModuleCache -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers...
Hi, I am using this library in a ios app but it seems I have a problem with the memory allocation because the app crashes randomly after using crypto_hash or...
Hi, I use salsa20 in one of my app, and I want to publish it on appstore. Do you know if that's a problem for publishing an app? Do we...