# AlgoScrypt
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | **String** | Algo type. |
**cost_cpu** | **i32** | CPU complexity of computed hash. |
**cost_memory** | **i32** | Memory complexity of computed hash. |
**cost_parallel** | **i32** | Parallelization of computed hash. |
**length** | **i32** | Length used to compute hash. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)