Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Compatibility #2

Open
thommcgrath opened this issue Jan 16, 2018 · 3 comments
Open

iOS Compatibility #2

thommcgrath opened this issue Jan 16, 2018 · 3 comments

Comments

@thommcgrath
Copy link

The module looks close, but Encryptor still uses a lot of String methods. Any plans for full iOS/new framework compatibility?

@ktekinay
Copy link
Owner

No, not until Text handling on Windows/Linux is fixed (sped up). But if you want to tackle it, feel free.

@thommcgrath
Copy link
Author

Well I don't need it yet, but I could in the future, so we'll see what the status is then. If I have to do it, I will.

@ktekinay
Copy link
Owner

My implementation might not be great for iOS anyway. To save on computing time, I cache values that reserve about a meg of RAM the first time you use AES, for example. This results in a huge speed boost but would not play well on an iOS device, I'd guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants