Changeset 102298 in vbox for trunk/include/iprt/crypto
- Timestamp:
- Nov 27, 2023 9:53:20 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/crypto/shacrypt.h
r102297 r102298 65 65 * @param pszSalt Salt to use. 66 66 * Must be >= RT_SHACRYPT_MIN_SALT_LEN and <= RT_SHACRYPT_MAX_SALT_LEN. 67 * @param cRounds Number of rounds to use. 67 * @param cRounds Number of rounds to use. @sa RT_SHACRYPT_DEFAULT_ROUNDS 68 68 * @param abHash Where to return the hash on success. 69 69 * … … 96 96 * @param pszSalt Salt to use. 97 97 * Must be >= RT_SHACRYPT_MIN_SALT_LEN and <= RT_SHACRYPT_MAX_SALT_LEN. 98 * @param cRounds Number of rounds to use. 98 * @param cRounds Number of rounds to use. @sa RT_SHACRYPT_DEFAULT_ROUNDS 99 99 * @param abHash Where to return the hash on success. 100 100 *
Note:
See TracChangeset
for help on using the changeset viewer.