securePasswordKdfAlgoSHA512
SHA512 KDF algo
type tg.SecurePasswordKdfAlgoSHA512 struct { /* ... */ }
Implements SecurePasswordKdfAlgo.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Salt | []byte | yes | Salt |
References
- Official documentation
- Generated Go reference
- TL definition:
securePasswordKdfAlgoSHA512#86471d92