Update E2E Key Export to follow specification at:
https://matrix.org/docs/spec/client_server/unstable.html#key-export-format Currently, importing does not work. Do not use this commit if you intend to keep import/export working. I also have not yet cleaned up the code, so there might be some nasties that have not been discovered.
Showing
- include/mtxclient/crypto/client.hpp 1 addition, 0 deletionsinclude/mtxclient/crypto/client.hpp
- include/mtxclient/crypto/utils.hpp 31 additions, 0 deletionsinclude/mtxclient/crypto/utils.hpp
- lib/crypto/client.cpp 44 additions, 14 deletionslib/crypto/client.cpp
- lib/crypto/utils.cpp 90 additions, 0 deletionslib/crypto/utils.cpp
include/mtxclient/crypto/utils.hpp
0 → 100644
lib/crypto/utils.cpp
0 → 100644
Please register or sign in to comment