File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -293,8 +293,9 @@ The current library supports all 5 approved algorithms, both computing
293
293
the hash-key from data and the \jargon{hash Message Authentication Code}
294
294
(HMAC).
295
295
296
- A general secure hash interface is provided by \pllib{crypto}, part of
297
- the \href{http://www.swi-prolog.org/pldoc/package/ssl.html}{ssl~package}.
296
+ A general comprehensive hash interface is provided by \pllib{crypto},
297
+ part of the
298
+ \href{http://www.swi-prolog.org/pldoc/package/ssl.html}{ssl~package}.
298
299
299
300
Input is text, represented as an atom, packed string object or
300
301
code-list. Note that these functions operate on byte-sequences and
@@ -348,6 +349,9 @@ representing the authentication code. \arg{Options} is the same as for
348
349
sha_hash/3, but currently only \const{sha1} and \const{sha256} are
349
350
supported.
350
351
352
+ See also crypto_data_hash/3 from \pllib{crypto} library provided by
353
+ the SSL package.
354
+
351
355
\predicate{hash_atom}{2}{+Hash, -HexAtom}
352
356
True when \arg{HexAtom} is the commonly used hexadecimal encoding of
353
357
the hash code. E.g.,
You can’t perform that action at this time.
0 commit comments