Skip to content
Snippets Groups Projects
Commit 83ad9892 authored by Taras's avatar Taras
Browse files

Make passphrase iterations optional

parent d46adba7
No related merge requests found
......@@ -98,6 +98,6 @@ data class SecretStorageKeyContent(
@JsonClass(generateAdapter = true)
data class SsssPassphrase(
@Json(name = "algorithm") val algorithm: String?,
@Json(name = "iterations") val iterations: Int,
@Json(name = "iterations") val iterations: Int?,
@Json(name = "salt") val salt: String?
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment