SecurePasswordKdfAlgoSHA512
- class pyrogram.raw.types.SecurePasswordKdfAlgoSHA512
SHA512 KDF algo
Constructor of
SecurePasswordKdfAlgo.- Details:
Layer:
223ID:
86471D92
- Parameters:
salt (
bytes) – Salt
TL Schema
securePasswordKdfAlgoSHA512#86471d92
salt:bytes
= SecurePasswordKdfAlgo
Parameter Tree
SecurePasswordKdfAlgoSHA512
└── salt →
bytesExample
SecurePasswordKdfAlgoSHA512(
salt=b"data",
)