Commit Graph

15 Commits

Author SHA1 Message Date
Nora Trapp
6a37e32167 Update Pod to 1.3.2 2020-12-18 18:08:31 -08:00
Jordan Rose
181a9325e6 Use an enum for the Argon2 "namespace"
Enums are a little more idiomatic than classes for this purpose
because they can't be created.
2020-12-18 17:29:57 -08:00
Jordan Rose
56982ce123 Avoid some copies in Argon2.hash and Argon2.verify 2020-12-18 17:29:57 -08:00
Jordan Rose
3879a3ef53 Fix misuse of withCString...by removing it!
Swift's default String-to-pointer-argument conversion produces a C
string as well. This avoids a use-after-free.
2020-12-18 17:29:57 -08:00
Nora Trapp
27b7755998 Publish to Cocoapods 2020-10-15 15:47:03 -07:00
Nora Trapp
b50b425c53 Add GPLv3 license 2020-10-15 15:07:57 -07:00
Alan Evans
4bac16b835
Update Android version in readme. 2020-01-30 16:07:04 -05:00
Alan Evans
90f34fcc9c
Improved JNI error handling.
Added new verify overload which determines type from encoded.
2020-01-23 13:00:42 -05:00
Nora Trapp
6da4513f13 Fix Argon2 for building on device 2020-01-22 09:02:18 -08:00
Nora Trapp
658c9c937c Add Argon2 Swift wrapper 2020-01-20 15:51:58 -08:00
Alan Evans
12b24c173b Update instructions in readme. 2020-01-15 16:51:26 -05:00
Alan Evans
02bdc0ccbc Update instructions in readme. 2020-01-15 14:07:44 -05:00
Alan Evans
b133aaa21a V13.0 2020-01-15 11:57:52 -05:00
Alan Evans
6e9c0d4048
Argon2 Android library. 2020-01-15 11:11:42 -05:00
Alan Evans
a96e4f7a0d New Android app. 2020-01-13 13:37:45 -05:00