srtp/README.md

5 lines
361 B
Markdown
Raw Normal View History

2024-01-05 18:06:35 +01:00
# srtp
This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), the Universal Security Transform (UST), and a supporting cryptographic kernel. These mechanisms are documented in the Internet Drafts in the doc/ subdirectory. The SRTP API is documented in include/srtp.h, and the library is in libsrtp.a (after compilation).