Skip to content

Fix hashlib copy on .NET Core#954

Merged
slozier merged 6 commits intoIronLanguages:masterfrom
slozier:hashlib
Sep 30, 2020
Merged

Fix hashlib copy on .NET Core#954
slozier merged 6 commits intoIronLanguages:masterfrom
slozier:hashlib

Conversation

@slozier
Copy link
Copy Markdown
Contributor

@slozier slozier commented Sep 27, 2020

.NET Core does not use managed implementations for its hashing algorithms. Because of this the copy methods were failing. This brings in managed implementations for the algorithms from Mono (https://github.com/mono/mono/tree/mono-4.0.5.1/mcs/class/corlib/System.Security.Cryptography)

@slozier slozier merged commit 3417b2d into IronLanguages:master Sep 30, 2020
@slozier slozier deleted the hashlib branch September 30, 2020 01:24
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.

1 participant