hugogspereira / secure-real-time-streaming-2

Repository for the Network and Computer Systems Security Course of 2022/2023.
0 stars 0 forks source link

PrintStats to the project #21

Closed hugogspereira closed 1 year ago

hugogspereira commented 1 year ago

Please see if this is what we need to have.

I am sure the place where I put the methods was not the best! Please try to refactor that part

hugogspereira commented 1 year ago

I am sure the place where I put the methods was not the best! Please try to refactor that part.

It is at handshake class because we need to have access to the key bytes to print it, and I though that making a public method returning the secret key was not a great idea.

But I need to know your opinion!

Try to look at the code and then merge it :)