Which hash algorithm is used for files?

Hi!

When calling the command line “meadow --ListFilesAndCrcs”, command line returns a list of files and their CRC hash (the same that are used when uploading files in order to check their integrity).
I would like to know which CRC hash algorithm is used for that end as I would like to use that hash from my computer in order to optimize file upload. Can you help me?

Thanks a lot!

Finally found it here: Meadow.CLI/CrcTools.cs at develop · WildernessLabs/Meadow.CLI (github.com)

And I discovered the DeployApp switch of Meadow.CLI thus I will not need this CRC check XD