Skip to content

Commit

Permalink
xpass/constants.xml Add tags (#4340)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalferov authored Jan 6, 2025
1 parent 9d792d3 commit 505ee6a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions reference/xpass/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@

<simpara>
Xpass extension provides various set of constants.
Hash methods (CRYPT_PREFIX_) for <function>crypt_gensalt</function> prefix parameter.
Error codes (CRYPT_SALT_) returned by <function>crypt_checksalt</function>.
Password algorithms (PASSWORD_) for <function>password_hash</function> algo parameter.
Hash methods (<constant>CRYPT_PREFIX_<replaceable>*</replaceable></constant>) for
<function>crypt_gensalt</function> prefix parameter.
Error codes (<constant>CRYPT_SALT_<replaceable>*</replaceable></constant>) returned by
<function>crypt_checksalt</function>.
Password algorithms (<constant>PASSWORD_<replaceable>*</replaceable></constant>) for
<function>password_hash</function> algo parameter.
</simpara>

<variablelist xml:id="xpass.constants.algo">
Expand Down

0 comments on commit 505ee6a

Please sign in to comment.