Add support to cryptographic PInvoke for ROM<byte> ROS<byte> to reduce allocations
Open
enhancement
up-for-grabs
- Dominant language
- C#
- Stars
- 567
- Forks
- 109
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
The existing implementations require a lot of allocating and copying because of historical interfaces in .NET. We can bypass these interfaces and call directly into a PAL (Win32 on Windows, custom on other platforms).
This requires issue #57 to be completed first.
Contributor guide
Assessment
This issue has not been assessed yet.