Replace hard coded references to the 32-byte key length with a constant, add...
Replace hard coded references to the 32-byte key length with a constant, add utilities for copying data to and from fixed sized arrays
Showing
- include/olm/crypto.hh 10 additions, 16 deletionsinclude/olm/crypto.hh
- include/olm/memory.hh 49 additions, 0 deletionsinclude/olm/memory.hh
- include/olm/ratchet.hh 1 addition, 1 deletioninclude/olm/ratchet.hh
- src/account.cpp 8 additions, 9 deletionssrc/account.cpp
- src/cipher.cpp 10 additions, 11 deletionssrc/cipher.cpp
- src/crypto.cpp 27 additions, 25 deletionssrc/crypto.cpp
- src/olm.cpp 21 additions, 26 deletionssrc/olm.cpp
- src/ratchet.cpp 30 additions, 31 deletionssrc/ratchet.cpp
- src/session.cpp 59 additions, 64 deletionssrc/session.cpp
- src/utility.cpp 3 additions, 3 deletionssrc/utility.cpp
- tests/test_base64.cpp 0 additions, 1 deletiontests/test_base64.cpp
- tests/test_crypto.cpp 1 addition, 1 deletiontests/test_crypto.cpp
Loading
Please register or sign in to comment