We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of SWI-Prolog 7.4, library(crypto) provides built-in predicates for computing hashes of data and files.
library(crypto)
I have uploaded a primer that contains more information about various options and encodings:
https://www.metalevel.at/prolog/cryptography
Please consider using library(crypto) as a more portable alternative to calling external programs.
Thank you for your work on biomake!
The text was updated successfully, but these errors were encountered:
By the way, crypto_file_hash/3 works incrementally and does not load the entire file into memory.
crypto_file_hash/3
Sorry, something went wrong.
No branches or pull requests
As of SWI-Prolog 7.4,
library(crypto)
provides built-in predicates for computing hashes of data and files.I have uploaded a primer that contains more information about various options and encodings:
https://www.metalevel.at/prolog/cryptography
Please consider using
library(crypto)
as a more portable alternative to calling external programs.Thank you for your work on biomake!
The text was updated successfully, but these errors were encountered: