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

Parameters

Name Type Description
Salt bytes Salt

Gogram Example

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