mheyman / Isopoh.Cryptography.Argon2

Fully managed .Net Core implementation of Argon2
Other
196 stars 9 forks source link

High Heap Using #46

Closed wioniqle-q closed 1 year ago

wioniqle-q commented 1 year ago

image

I cannot clean memory.

Small Object Heap: code that allocates a lot of memory in SOH
Allocated object type: UInt64[]
Allocated size: 2,693.9 MB

at Argon2.FillBlockWithXor(BlockValues, BlockValues, BlockValues) at Argon2.FillSegment(Position) at Argon2.FillMemoryBlocks() at Argon2.Hash()