SipHash
SipHash copied to clipboard
Simple and secure hashing in Swift with the SipHash algorithm
Results
2
SipHash issues
Sort by
recently updated
recently updated
newest added
I installed SipHash through BigInt 3.1 with Cocoapods and got 2 errors when building the project. I'm using XCode 9.2, deployment target is ios11.2 (Swift 4). ``` ! Cannot invoke...
I think explicitly requiring the library to build a .dylib is not necessary. The user should decide this depending on their needs.