Konscious.Security.Cryptography icon indicating copy to clipboard operation
Konscious.Security.Cryptography copied to clipboard

[Enhancement] Change Argon2 class to ref struct

Open Xyncgas opened this issue 2 years ago • 0 comments

Change Argon2 class to ref struct, so it takes a ReadOnlySpan of bytes and do whatever computation it needs, so it can accept ReadOnlySpan in contructor, which works with byte array, that's currently being passed in

Xyncgas avatar Apr 05 '23 09:04 Xyncgas