List extension packs
/home/mlunife/.local/share/swi-prolog/pack/aleph/prolog
/home/mlunife/.local/share/swi-prolog/pack/auc/prolog
/home/mlunife/.local/share/swi-prolog/pack/bddem/prolog
/home/mlunife/.local/share/swi-prolog/pack/cplint/prolog
/home/mlunife/.local/share/swi-prolog/pack/cplint_r/prolog
/home/mlunife/.local/share/swi-prolog/pack/lbfgs/prolog
/home/mlunife/.local/share/swi-prolog/pack/liftcover/prolog
/home/mlunife/.local/share/swi-prolog/pack/matrix/prolog
/home/mlunife/.local/share/swi-prolog/pack/pascal/prolog
/home/mlunife/.local/share/swi-prolog/pack/phil/prolog
/home/mlunife/.local/share/swi-prolog/pack/sldnfdraw/prolog
/home/mlunife/swish
/home/mlunife/swish/config-enabled
/home/mlunife/swish/lib
/home/mlunife/swish/lib/data
/home/mlunife/swish/lib/plugin
/home/mlunife/swish/lib/render
/home/mlunife/swish/pack/profile/prolog
/home/mlunife/swish/pack/profile/prolog/profile/backend
/home/mlunife/swish/pack/rserve_client/prolog/r
/home/mlunife/swish/pack/smtp/prolog
/home/mlunife/swish/pack/wordnet/prolog
/usr/local/lib/swipl
/usr/local/lib/swipl/boot
/usr/local/lib/swipl/library
/usr/local/lib/swipl/library/clp
/usr/local/lib/swipl/library/dcg
/usr/local/lib/swipl/library/dialect
/usr/local/lib/swipl/library/dialect/swi
/usr/local/lib/swipl/library/ext/RDF
/usr/local/lib/swipl/library/ext/archive
/usr/local/lib/swipl/library/ext/bdb
/usr/local/lib/swipl/library/ext/chr
/usr/local/lib/swipl/library/ext/chr/chr
/usr/local/lib/swipl/library/ext/clib
/usr/local/lib/swipl/library/ext/clpqr
/usr/local/lib/swipl/library/ext/clpqr/clpq
/usr/local/lib/swipl/library/ext/clpqr/clpqr
/usr/local/lib/swipl/library/ext/clpqr/clpr
/usr/local/lib/swipl/library/ext/http/http
/usr/local/lib/swipl/library/ext/libedit
/usr/local/lib/swipl/library/ext/mqi
/usr/local/lib/swipl/library/ext/nlp
/usr/local/lib/swipl/library/ext/odbc
/usr/local/lib/swipl/library/ext/paxos
/usr/local/lib/swipl/library/ext/pcre
/usr/local/lib/swipl/library/ext/pengines
/usr/local/lib/swipl/library/ext/pldoc
/usr/local/lib/swipl/library/ext/pldoc/pldoc
/usr/local/lib/swipl/library/ext/plunit
/usr/local/lib/swipl/library/ext/protobufs
/usr/local/lib/swipl/library/ext/readline
/usr/local/lib/swipl/library/ext/redis
/usr/local/lib/swipl/library/ext/semweb/semweb
/usr/local/lib/swipl/library/ext/sgml
/usr/local/lib/swipl/library/ext/ssl
/usr/local/lib/swipl/library/ext/ssl/http
/usr/local/lib/swipl/library/ext/stomp
/usr/local/lib/swipl/library/ext/swipy
/usr/local/lib/swipl/library/ext/table
/usr/local/lib/swipl/library/ext/utf8proc
/usr/local/lib/swipl/library/ext/zlib
/usr/local/lib/swipl/library/http
/usr/local/lib/swipl/library/lynx
/usr/local/lib/swipl/xpce/prolog/boot
/usr/local/lib/swipl/xpce/prolog/lib
pengine://0f7817b8-9fbb-4e80-806f-566498e32a3d
pengine://4b4b4f52-1443-4a13-a496-039d2166b79c
pengine://65e1bd6f-632b-4200-a245-f0ed76437f07
pengine://750cc98c-f9c9-4a43-8496-a808c3164123
pengine://7deec5ac-9c67-48a0-aed1-8791b453193b
pengine://af64fcac-f3a7-475a-8ce2-ba5342f765ba
pengine://d3095de3-f7f3-4cda-92bb-282263e20944
pengine://dee01680-7677-400a-b906-373b3697cbcc
/usr/local/lib/swipl/library/ext/ssl/crypto.pl
All
Application
Manual
Name
Summary
Help
ext
ssl
ssl.pl
crypto.pl -- Cryptography and authentication library
crypto_n_random_bytes/2
crypto_data_hash/3
crypto_file_hash/3
crypto_context_new/2
crypto_data_context/3
crypto_context_hash/2
crypto_open_hash_stream/3
crypto_stream_hash/2
crypto_password_hash/2
crypto_password_hash/3
crypto_data_hkdf/4
ecdsa_sign/4
ecdsa_verify/4
hex_bytes/2
rsa_private_decrypt/4
rsa_private_encrypt/4
rsa_public_decrypt/4
rsa_public_encrypt/4
rsa_sign/4
rsa_verify/4
crypto_data_decrypt/6
crypto_data_encrypt/6
crypto_modular_inverse/3
crypto_generate_prime/3
crypto_is_prime/2
crypto_name_curve/2
crypto_curve_order/2
crypto_curve_generator/2
crypto_curve_scalar_mult/4
xmlenc.pl -- XML encryption library
xmldsig.pl -- XML Digital signature
crypto_context_new
(-Context, +Options)
is
det
Context
is unified with the empty context, taking into account
Options
. The context can be used in
crypto_data_context/3
. For
Options
, see
crypto_data_hash/3
.
Arguments:
Context
- is an opaque pure Prolog term that is subject to garbage collection.