davisouzaluna / Dquic

MIT License
0 stars 0 forks source link

Create initial logic to Diffie Hellman key enchange(RFC 2631 and RFC 6234) #3

Closed davisouzaluna closed 4 months ago

davisouzaluna commented 4 months ago

https://datatracker.ietf.org/doc/html/rfc3174#autoid-12

davisouzaluna commented 4 months ago

https://datatracker.ietf.org/doc/html/rfc6234

This RFC implements hash algorithms used by TLS protocol

davisouzaluna commented 4 months ago

Commit 3f801422f80018341385d07d4879cb744e79c86a

I copy the RFC algorithms.

davisouzaluna commented 4 months ago

I'll close this issue because the search and implementation are finish.