Keef Aragon
Keef Aragon
I'm just getting some time to look at this repo for the first time in like years. I appreciate this PR so much. This is exactly what I wanted to...
Also adding a note here that .NET8 is beginning to introduce support for AVX512 which will require an update to use but should improve things even more assuming newer gen...
I think that if I'm reading the numbers right, they're pretty much the same? Which is what I would sort of expect. The implementations actually seem roughly the same overall....
Squashed branch is at https://github.com/kmaragon/Konscious.Security.Cryptography/tree/feature/intrinsics. I'm also calling this 2.0 and getting rid of the ability to explicitly integrate the tasks and just pushing it all into Parallel.ForEach with no...
This is a very good point. Though I would argue that rather than simply returning a version byte somewhere, the library needs a facility for *selecting* a version and acting...
I have no intention of adding support for the stringification of the argon2 hash as in the argon2 reference command-line program (as opposed to the core library). You'll also notice...
I haven't thought about it in detail. But my initial thought is that it sounds like a cool idea provided that the class can still conform to the DotNet HMAC...
That'sfantastic. I've not been too active on Discord. But I do have an account with the same username that I'll start to get better about checking.
> Also if you put it loop, you will get 1GB RAM usage on each iterate. This is by design - it s part of the strength of Argon2 >...