Math Vector Library
Installation and Users Guide
Version 1.0 DD-00001-000
3.1.1 Verifying the distribution (optional)

Verifying the integrity of the distribution archive can be used to ensure the integrity of the distribution archive in that the distribution has not been tampered in a potential malicious manner with during transit.

Checksum files using the MD5 and SHA256 algorithms are provided for every product, namely the files MD5SUM or SHA256SUM. These can be obtained in the product distribution portal or by contacting support.

NOTE: Both of these files must be re-downloaded each time a new distribution is released, as they only contain the checksums of the distributions released up until they were downloaded.

Assuming one or both of the aforementioned files are in the same directory as the distribution archive the integrity of the latter can be verified using:

MD5


md5sum –ignore-missing -c MD5SUM

SHA256


sha256sum –ignore-missing -c SHA256SUM

Any of these commands should show the filename of the distribution archive followed by an OK. If this is not the case re-download the distribution archive or contact customer support. If the output is empty, the checksum for the distribution is not present in the file(s).