MacPass / KeePassKit

KeePass Database loading, storing and manipulation framework
Other
125 stars 40 forks source link

Update for other platforms #26

Closed skyline75489 closed 7 years ago

skyline75489 commented 7 years ago

This change enables the library code to be compiled on iOS, tvOS & watchOS. However there are still issues caused by Argon2 because of some i386-specific things. Any opinion on this one? I wonder they would be interested in supporting mobile platforms.

skyline75489 commented 7 years ago

I found https://github.com/P-H-C/phc-winner-argon2/issues/3 and realized that it isn't as hard as I thought. All we need to do is making non-optimized build for ARM platform

mstarke commented 7 years ago

Thanks again.