You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)"
The text was updated successfully, but these errors were encountered:
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)"
The text was updated successfully, but these errors were encountered: