Skip to content

Commit

Permalink
atom --> string
Browse files Browse the repository at this point in the history
  • Loading branch information
triska committed Jan 2, 2025
1 parent d57f871 commit edaba02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/crypto.pl
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.
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit edaba02

Please sign in to comment.