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

Check extended output default length #20

Open kovacs-levent opened 3 years ago

kovacs-levent commented 3 years ago

The default length for the hexdigest is 64 bytes (512 bits) at the moment. I think the default should be 32 bytes which is the minimal hex digest length, but this is debatable whether this should be changed or not.