From e1a6b5eb036b7771c08d1b767b96ecdc33e90613 Mon Sep 17 00:00:00 2001 From: Markus Triska Date: Sat, 16 Mar 2024 20:30:46 +0100 Subject: [PATCH] DOC: Un-document the ability to use bytes with encoding(octet). This usage is now considered deprecated. Use strings instead for greater efficiency and type consistency in your applications. This functionality is a candidate for removal in a future commit. --- src/lib/crypto.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/crypto.pl b/src/lib/crypto.pl index b69ed581..fc11808e 100644 --- a/src/lib/crypto.pl +++ b/src/lib/crypto.pl @@ -10,10 +10,6 @@ Especially for cryptographic applications, it is an advantage that using strings leaves little trace of what was processed in the system. - - For predicates that accept an `encoding/1` option to specify the encoding - of the input data, if `encoding(octet)` is used, then the input can also - be specified as a list of _bytes_, i.e., integers between 0 and 255. */ :- module(crypto, -- 2.54.0