Layer 220
SecurePasswordKdfAlgoSha512
SHA 512 KDF algo
constructor
securePasswordKdfAlgoSHA512#86471d92 salt:bytes = SecurePasswordKdfAlgo;
Parameters
| Name | Type | Description |
|---|---|---|
| Salt | bytes | Salt |
Returns
SecurePasswordKdfAlgoGogram Example
// Creating SecurePasswordKdfAlgoSha512 constructor obj := &tg.SecurePasswordKdfAlgoSha512{ Salt: []byte{}, }