VirtualBox

Changeset 102298 in vbox for trunk/include/iprt/crypto


Ignore:
Timestamp:
Nov 27, 2023 9:53:20 AM (12 months ago)
Author:
vboxsync
Message:

IPRT/crypto/shacrypt: Docs. bugref:10551

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/crypto/shacrypt.h

    r102297 r102298  
    6565 * @param   pszSalt             Salt to use.
    6666 *                              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
    6868 * @param   abHash              Where to return the hash on success.
    6969 *
     
    9696 * @param   pszSalt             Salt to use.
    9797 *                              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
    9999 * @param   abHash              Where to return the hash on success.
    100100 *
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette