Implement decrypting inbound group messages
Includes creation of inbound sessions, etc
Showing
- include/olm/error.h 3 additions, 0 deletionsinclude/olm/error.h
- include/olm/inbound_group_session.h 153 additions, 0 deletionsinclude/olm/inbound_group_session.h
- include/olm/message.h 24 additions, 0 deletionsinclude/olm/message.h
- include/olm/olm.h 1 addition, 0 deletionsinclude/olm/olm.h
- src/inbound_group_session.c 199 additions, 0 deletionssrc/inbound_group_session.c
- src/message.cpp 42 additions, 0 deletionssrc/message.cpp
- tests/test_group_session.cpp 36 additions, 6 deletionstests/test_group_session.cpp
- tests/test_message.cpp 22 additions, 0 deletionstests/test_message.cpp
include/olm/inbound_group_session.h
0 → 100644
src/inbound_group_session.c
0 → 100644
Please register or sign in to comment