Skip to main content

PasswordKdfAlgo

This is a boxed type (a TL class): the Go interface tg.PasswordKdfAlgoClass, implemented by the constructors below. A value of this type is one of them — switch on the concrete type to handle it.

switch v := value.(type) {
case *tg.PasswordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow: // passwordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow
case *tg.PasswordKdfAlgoUnknown: // passwordKdfAlgoUnknown
}

Constructors

ConstructorTL name
PasswordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPowpasswordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow
PasswordKdfAlgoUnknownpasswordKdfAlgoUnknown

References