From edaba024b29fb7e17d4c3d2dcd27709731824941 Mon Sep 17 00:00:00 2001 From: Markus Triska Date: Thu, 2 Jan 2025 18:30:29 +0100 Subject: [PATCH] atom --> string --- src/lib/crypto.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/crypto.pl b/src/lib/crypto.pl index 1df4a411e..ab98b78b3 100644 --- a/src/lib/crypto.pl +++ b/src/lib/crypto.pl @@ -1,5 +1,5 @@ /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Written 2020-2024 by Markus Triska (triska@metalevel.at) + Written 2020-2025 by Markus Triska (triska@metalevel.at) 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: