kovacs-levent / Blake3-Python

This repository contains the source code for our Applied Cryptography Project Seminar class project at Eötvös Loránd University (ELTE). Our project is a native python implementation of the BLAKE3 hashing algorithm.
1 stars 2 forks source link

Large checksum tests #13

Closed kovacs-levent closed 3 years ago

kovacs-levent commented 3 years ago

Prof. Ádám suggested the following test idea:

Checksum for large file is computed using BLAKE3. If the file is modified, how costly is it to recompute the checksum?

I don't know much about this topic, we need to ask the prof. for more info about it.

kovacs-levent commented 3 years ago

Out of scope.