-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||
Written 2020-2024 by Markus Triska ([email protected]) | ||
Written 2020-2025 by Markus Triska ([email protected]) | ||
Part of Scryer Prolog. | ||
/** Predicates for cryptographic applications. | ||
|
@@ -439,7 +439,7 @@ | |
% storing passwords, store these hashes. Later, you can verify the | ||
% validity of a password with `crypto_password_hash/2`, comparing the | ||
% then entered password to the stored hash. If you need to export this | ||
% atom, you should treat it as opaque ASCII data with up to 255 bytes | ||
% string, you should treat it as opaque ASCII data with up to 255 bytes | ||
% of length. The maximal length may increase in the future. | ||
% | ||
% Admissible options are: | ||
|