728 B
728 B
title | description | image |
---|---|---|
securePasswordKdfAlgoSHA512 | SHA512 KDF algo | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: securePasswordKdfAlgoSHA512
SHA512 KDF algo
Attributes:
Name | Type | Required | Description |
---|---|---|---|
salt | bytes | Yes | Salt |
Type: SecurePasswordKdfAlgo
Example:
$securePasswordKdfAlgoSHA512 = ['_' => 'securePasswordKdfAlgoSHA512', 'salt' => 'bytes'];
Or, if you're into Lua:
securePasswordKdfAlgoSHA512={_='securePasswordKdfAlgoSHA512', salt='bytes'}