AlgoArgon2 Object
Properties
Name | Type | Description |
type | string | Algo type. |
memoryCost | integer | Memory used to compute hash. |
timeCost | integer | Amount of time consumed to compute hash |
threads | integer | Number of threads used to compute hash. |
Examples
JSON
{
"type": "argon2",
"memoryCost": 65536,
"timeCost": 4,
"threads": 3
}