Commit 9d19df6
committed
Updated to the latest libSession
1 parent 4288205 commit 9d19df6
2 files changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
| |||
Submodule libsession-util updated 94 files
- .drone.jsonnet+1-1
- CMakeLists.txt+1-1
- external/CMakeLists.txt+2-2
- external/oxen-libquic+1-1
- include/session/blinding.hpp+38-19
- include/session/config.hpp+12-9
- include/session/config/base.h+1-5
- include/session/config/base.hpp+54-44
- include/session/config/community.hpp+22-14
- include/session/config/contacts.hpp+3-1
- include/session/config/convo_info_volatile.hpp+13-7
- include/session/config/encrypt.hpp+21-7
- include/session/config/groups/info.hpp+5-5
- include/session/config/groups/keys.hpp+50-37
- include/session/config/groups/members.hpp+3-3
- include/session/config/profile_pic.hpp+9-6
- include/session/config/protos.hpp+9-3
- include/session/config/user_groups.hpp+13-8
- include/session/config/user_profile.hpp+5-3
- include/session/curve25519.hpp+4-2
- include/session/ed25519.hpp+10-4
- include/session/fields.hpp+1
- include/session/hash.hpp+6-1
- include/session/multi_encrypt.hpp+81-75
- include/session/network.h+1-1
- include/session/network.hpp+10-9
- include/session/onionreq/builder.hpp+4-3
- include/session/onionreq/hop_encryption.hpp+16-6
- include/session/onionreq/key_types.hpp+8-2
- include/session/onionreq/parser.hpp+9-9
- include/session/onionreq/response_parser.hpp+1-1
- include/session/random.hpp+1-1
- include/session/session_encrypt.hpp+53-33
- include/session/types.hpp+2-9
- include/session/util.hpp+81-50
- include/session/xed25519.hpp+9-7
- src/CMakeLists.txt+12
- src/blinding.cpp+86-50
- src/config.cpp+45-41
- src/config/base.cpp+60-50
- src/config/community.cpp+12-10
- src/config/contacts.cpp+5-5
- src/config/convo_info_volatile.cpp+14-12
- src/config/encrypt.cpp+26-19
- src/config/groups/info.cpp+8-6
- src/config/groups/keys.cpp+143-122
- src/config/groups/members.cpp+5-5
- src/config/internal.cpp+16-11
- src/config/internal.hpp+16-10
- src/config/protos.cpp+22-14
- src/config/user_groups.cpp+28-25
- src/config/user_profile.cpp+8-5
- src/curve25519.cpp+6-4
- src/ed25519.cpp+18-9
- src/hash.cpp+7-7
- src/multi_encrypt.cpp+71-61
- src/network.cpp+39-25
- src/onionreq/builder.cpp+25-21
- src/onionreq/hop_encryption.cpp+29-22
- src/onionreq/key_types.cpp+1-1
- src/onionreq/parser.cpp+11-8
- src/onionreq/response_parser.cpp+9-8
- src/random.cpp+2-2
- src/session_encrypt.cpp+117-91
- src/xed25519.cpp+15-15
- tests/catch2_bt_format.hpp+2-2
- tests/static_bundle.cpp+1-1
- tests/swarm-auth-test.cpp+28-20
- tests/test_blinding.cpp+53-49
- tests/test_bt_merge.cpp+2-1
- tests/test_bugs.cpp+18-14
- tests/test_compression.cpp+9-9
- tests/test_config_contacts.cpp+5-5
- tests/test_config_convo_info_volatile.cpp+6-5
- tests/test_config_user_groups.cpp+19-17
- tests/test_config_userprofile.cpp+12-10
- tests/test_configdata.cpp+68-71
- tests/test_curve25519.cpp+4-4
- tests/test_ed25519.cpp+11-11
- tests/test_encrypt.cpp+3-3
- tests/test_group_info.cpp+17-16
- tests/test_group_keys.cpp+52-46
- tests/test_group_members.cpp+6-6
- tests/test_hash.cpp+22-21
- tests/test_logging.cpp+8-18
- tests/test_multi_encrypt.cpp+116-110
- tests/test_network.cpp+23-13
- tests/test_onionreq.cpp+10-17
- tests/test_proto.cpp+3-3
- tests/test_session_encrypt.cpp+126-111
- tests/test_xed25519.cpp+19-27
- tests/utils.hpp+10-31
- utils/ci/drone-format-verify.sh+1-1
- utils/format.sh+1-1
0 commit comments