cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.19k stars 469 forks source link

use size_t for all memory length variables #675

Closed pabuhler closed 5 months ago

pabuhler commented 6 months ago

This change effects both public API and internal API and variables. It is meant to provide a consistent interface that reduces the amount of casts and increases readability of the code.

Part of #671.