Any MS libraries offering Keccak-256 / SHA-3 (.net core)?

2.2k views Asked by At

Are there any MS libraries (.net core/standard) out there (currently research, beta or otherwise) offering Keccak / SHA-3 implementations ?

1

There are 1 answers

1
desmondgc On

See Add support for SHA3 (Keccak) on dotnet/corefx GitHub.

.NET has a strict policy of only using cryptographic algorithms provided by underlying platforms.

That said, there seem to be a few "unofficial" implementations available on NuGet.