bc-csharp icon indicating copy to clipboard operation
bc-csharp copied to clipboard

[API Proposal]Add Memory<byte>/Span<byte> support.

Open ohsorry opened this issue 5 years ago • 2 comments

[Proposal 2] Add chacha20-ietf-poly1305/xchacha20-ietf-poly1305 AEAD implementation.

ohsorry avatar Feb 23 '20 13:02 ohsorry

Span/Memory and using shared buffers require re-writing huge portion of code. This repo has 2k C# files. Also .NET 1.1/2/3/4.0 support will be dropped after this change.

deniszykov avatar Nov 02 '21 12:11 deniszykov

Now available for many APIs under net6.0 in https://www.nuget.org/packages/BouncyCastle.Cryptography .

peterdettman avatar Nov 15 '22 08:11 peterdettman