Desafio Labsec (SGC)
|
First Milestone - Obtain the Hash of a document. More...
#include <FirstMilestone.h>
Public Member Functions | |
virtual | ~FirstMilestone () |
ByteArray | computeHash () |
First Milestone - Obtain the Hash of a document.
The first milestone is simple. Compute the hash value of the document plainText.txt, available at assets/texts.
SELF EVALUATION
In evaluation folder run '$make first'.
|
virtual |
ByteArray FirstMilestone::computeHash | ( | ) |
TODO Implement this function in the cpp file.
TODO(milestone1)