Skip to content

Cryptographer build fix #109

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

Merged
merged 3 commits into from
Oct 7, 2019
Merged

Cryptographer build fix #109

merged 3 commits into from
Oct 7, 2019

Conversation

COsborn2
Copy link
Contributor

@COsborn2 COsborn2 commented Oct 7, 2019

No description provided.

@COsborn2 COsborn2 requested a review from Keboo October 7, 2019 20:58
{
return EncryptAsync(text).Result;
return Encoding.UTF8.GetString(EncryptAsync(text).Result);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why convert this to a string just to convert it back to bytes in the usage?

@COsborn2 COsborn2 merged commit 947813f into v8.0 Oct 7, 2019
@COsborn2 COsborn2 deleted the cryptographer-build-fix branch October 8, 2019 21:29
MarkMichaelis added a commit that referenced this pull request Oct 11, 2019
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