Argon2Swift
Argon2Swift copied to clipboard
An Argon2 Wrapper for Swift
Hello! We are using Argon2Swift in our iOS app. We got warning about using insecure API(s) from the penetration testing: **The binary may contain the following insecure API calls: _printf,...
Swift 5.9 [currently in beta] fails to resolve package due to "unstable argon2 package dependency"
Swift PM 5.9 has a new rule around having "stable" dependencies if the parent package is added as "stable". This means to get things working on the next version of...
Current project layout is not compatible with Swift 5.3, opposed to the supported minimum version of toolchain specified in `Package.swift`. I ran a build on Linux using Swift 5.3 and...