cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.21k stars 474 forks source link

follow up chacha20 poly1305 #446

Open pabuhler opened 5 years ago

pabuhler commented 5 years ago

The PR #439 introduces an implementation of chacha20 poly1305 for SRTP . Since there is currently no official documentation or reference for this cipher & SRTP the decision was made to create a chacha20_poly1305_dev branch where this code can reside.

Relevant RFC's that could be helpful in standardize this cipher are: RFC 8439 "ChaCha20 and Poly1305 for IETF Protocols" RFC 7714 "AES-GCM Authenticated Encryption in the Secure Real-time Transport Protocol (SRTP)"