Use int instead of ulong

This commit is contained in:
Ugljesa Jovanovic 2021-03-03 10:32:31 +01:00
parent 7b394017e3
commit 3a33781db8
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F

View File

@ -6,7 +6,7 @@ package com.ionspin.kotlin.crypto.pwhash
const val crypto_pwhash_BYTES_MIN = 16U
const val crypto_pwhash_MEMLIMIT_INTERACTIVE = 67108864U
const val crypto_pwhash_MEMLIMIT_INTERACTIVE = 67108864
const val crypto_pwhash_MEMLIMIT_MIN = 8192
const val crypto_pwhash_MEMLIMIT_MODERATE = 268435456
const val crypto_pwhash_MEMLIMIT_SENSITIVE = 1073741824