Skip to content

Fix up CTR mode wrong options #104

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix up CTR mode wrong options #104

wants to merge 1 commit into from

Conversation

Re-cover
Copy link

when use CTR mode, options = 0 in iOS 10.3, CCCryptorCreateWithMode will return kCCUnimplemented, change options = CCModeOptions(kCCModeOptionCTR_BE) fix it.

@iosdevzone
Copy link
Owner

Thank you for bringing this to my attention. I will take a closer look at it this weekend and merge in a final solution.

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

Successfully merging this pull request may close these issues.

2 participants