Asn1DerParser.NET
Asn1DerParser.NET copied to clipboard
Added Span<T> and Memory<T> support
trafficstars
- Updated all methods and constructors that accepted
Byte[]to acceptReadOnlySpan<Byte>orReadOnlyMemory<Byte>(depending on need) - Removed long ago obsoleted APIs
- Obsoleted most properties that returned
Byte[] - all methods that returned
Byte[]have aGetAsMemory()complementary method which returnsReadOnlyMemory<Byte> - updated xml-docs
- other improvements
This release may introduce compilation errors which are easy to address by choosing correct overload.