Layer 220
constructor
securePasswordKdfAlgoSHA512#86471d92 salt:bytes = SecurePasswordKdfAlgo;

Parameters

Name Type Description
Salt bytes Salt

Gogram Example

// Creating SecurePasswordKdfAlgoSha512 constructor
obj := &tg.SecurePasswordKdfAlgoSha512{
    Salt: []byte{},
}