Layer 220
constructor
securePasswordKdfAlgoPBKDF2HMACSHA512iter100000#bbf2dda0 salt:bytes = SecurePasswordKdfAlgo;

Parameters

Name Type Description
Salt bytes Salt

Gogram Example

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