Layer 220
SecurePasswordKdfAlgo
Abstract type representing one of 3 possible constructors.
Type
Available Constructors
In Gogram, this type is represented as tg.SecurePasswordKdfAlgo interface.
Use any of the following constructors:
Gogram Example
// SecurePasswordKdfAlgo is an interface type // You can use any of the following constructors: var _ tg.SecurePasswordKdfAlgo = &tg.SecurePasswordKdfAlgoPbkdf2Hmacsha512Iter100000{} var _ tg.SecurePasswordKdfAlgo = &tg.SecurePasswordKdfAlgoUnknown{} var _ tg.SecurePasswordKdfAlgo = &tg.SecurePasswordKdfAlgoSha512{}