Asn1DerParser.NET icon indicating copy to clipboard operation
Asn1DerParser.NET copied to clipboard

Added Span<T> and Memory<T> support

Open Crypt32 opened this issue 8 months ago • 0 comments
trafficstars

  • Updated all methods and constructors that accepted Byte[] to accept ReadOnlySpan<Byte> or ReadOnlyMemory<Byte> (depending on need)
  • Removed long ago obsoleted APIs
  • Obsoleted most properties that returned Byte[]
  • all methods that returned Byte[] have a GetAsMemory() complementary method which returns ReadOnlyMemory<Byte>
  • updated xml-docs
  • other improvements

This release may introduce compilation errors which are easy to address by choosing correct overload.

Crypt32 avatar Feb 28 '25 11:02 Crypt32