menu
dartez package
documentation
utils/crypto_utils.dart
CryptoUtils
generateSaltForPwHash static method
generateSaltForPwHash static method
dark_mode
light_mode
generateSaltForPwHash
static method
Uint8List
generateSaltForPwHash
(
)
Implementation
static Uint8List generateSaltForPwHash() { return Dartez.sodiumUtils.salt(); }
dartez package
documentation
utils/crypto_utils
CryptoUtils
generateSaltForPwHash static method
CryptoUtils class