bc-csharp
bc-csharp copied to clipboard
Any updates on allowing use of span in the library?
https://github.com/bcgit/bc-csharp/issues/339 For example, if I have a pointer instead of byte array, I would like to create a span and use it as AES KEY instead of having to create a new managed array from the datas that the pointer points to because I can not use the pointer directly therefore having to use a copy of it
I've tried to revive the discussion in #50 which this could be apart of
https://www.nuget.org/packages/BouncyCastle.Cryptography is now available. There are now Span-based alternatives for many APIs when using net6.0.