Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 472 Bytes

2016_07_19.rst

File metadata and controls

21 lines (16 loc) · 472 Bytes

2016-07-19 - Day 58

Today I rolled out a new PyFNV version (0.2.0). The hashing function was updated to work with byte buffers rather than string ones. Also, annotated code with types.

Today I implemented a QUIC packet hash calculation. Then this calculated hash can be compared with the one in packet itself to check the packet integrity.