Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-12-31 15:18:47 +08:00
commit 8e1b465dad
64 changed files with 21592 additions and 0 deletions

10
CHANGELOG.md Normal file
View File

@@ -0,0 +1,10 @@
# Changelog
## v1.0.0
### Features
- Sync with `libsrtp` v3.0.0, commit tag: `7d20c51`
- Return directly when do `srtp_cipher_type_test` to skip cipher test
- Return directly when do `srtp_auth_type_test` to skip auth test
- Remove unused code and doc to decrease code size