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