Desafio Labsec (SGC)
Public Member Functions | List of all members
FirstMilestone Class Reference

First Milestone - Obtain the Hash of a document. More...

#include <FirstMilestone.h>

Public Member Functions

virtual ~FirstMilestone ()
 
ByteArray computeHash ()
 

Detailed Description

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.

See also
libcryptosec/ByteArray
libcryptosec/MessageDigest
FileIo

SELF EVALUATION
In evaluation folder run '$make first'.

Author
Lucas Perin

Constructor & Destructor Documentation

◆ ~FirstMilestone()

FirstMilestone::~FirstMilestone ( )
virtual

Member Function Documentation

◆ computeHash()

ByteArray FirstMilestone::computeHash ( )

TODO Implement this function in the cpp file.

TODO(milestone1)


The documentation for this class was generated from the following files: