ssh_library/core/utils/bcrypt library
Classes
Constants
- BCRYPT_BLOCKS → const int
- BCRYPT_HASHSIZE → const int
Functions
-
bcrypt_hash(
Uint8List sha2pass, Uint8List sha2salt, Uint8List out) → void -
bcrypt_pbkdf(
Uint8List pass, int passlen, Uint8List salt, int saltlen, Uint8List key, int keylen, int rounds) → int -
crypto_hash_sha512(
Uint8List out, Uint8List m, int mlen) → int -
F(
List< Uint32List> S, dynamic x8, dynamic i) → int -
stream2word(
Uint8List data, int databytes) → int