milosob
Results
2
comments of
milosob
Minimal example how to calculate sha-256 hash of a file: ```c++ #include #include #include #include #include #include int main(int argc, char **argv) { if (argc < 2) { std::cerr
Will consider it, meanwhile if speed is your concern note that on relatively new ``x86-64`` cpus, 2017 and later, ``sha-160`` and ``sha-256`` can be hardware accelerated and in this library...