MSU-CS4360-JDNS / JDNSS

A leaf DNS server in Java
1 stars 1 forks source link

Create Server Secrets / Implement FNV Algorithm #15

Closed cblanto7 closed 6 years ago

cblanto7 commented 6 years ago

We need to decide upon which java implementation of FNV to use, and then add it to the project so that we can use it to generate and check server cookies.

cblanto7 commented 6 years ago

I have been working on this for the past day and after running into some unexpected hurdles I upped the story points for this card from a 3 to an 8.

I have a working version that handles only one use case: first time communication with a client that provides a valid client cookie. Will continue on the other use cases over the weekend.