Argon2Configuration.MemoryCost Property
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Security.dll (version 8.0.9673)
MemoryCost
Gets the amount of memory used by the Argon2 algorithm, in kilobytes (KB). Parameter 'm' from the Argon2 specification. The effective value is aligned to a multiple of '4 * p' (where 'p' is NumberOfLanes) and raised to a minimum of '8 * p', so very small values use more memory than requested.
Declaration
public int MemoryCost { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |