Layer 220
SecurePasswordKdfAlgoPbkdf2Hmacsha512Iter100000
PBKDF 2 with SHA 512 and 100000 iterations KDF algo
constructor
securePasswordKdfAlgoPBKDF2HMACSHA512iter100000#bbf2dda0 salt:bytes = SecurePasswordKdfAlgo;
Parameters
| Name | Type | Description |
|---|---|---|
| Salt | bytes | Salt |
Returns
SecurePasswordKdfAlgoGogram Example
// Creating SecurePasswordKdfAlgoPbkdf2Hmacsha512Iter100000 constructor obj := &tg.SecurePasswordKdfAlgoPbkdf2Hmacsha512Iter100000{ Salt: []byte{}, }