Move AES specific details behind a cipher interface
Showing
- include/axolotl/cipher.hh 127 additions, 0 deletionsinclude/axolotl/cipher.hh
- include/axolotl/list.hh 1 addition, 1 deletioninclude/axolotl/list.hh
- include/axolotl/message.hh 10 additions, 12 deletionsinclude/axolotl/message.hh
- include/axolotl/ratchet.hh 17 additions, 15 deletionsinclude/axolotl/ratchet.hh
- src/cipher.cpp 125 additions, 0 deletionssrc/cipher.cpp
- src/message.cpp 19 additions, 20 deletionssrc/message.cpp
- src/ratchet.cpp 92 additions, 126 deletionssrc/ratchet.cpp
- tests/test_message.cpp 5 additions, 6 deletionstests/test_message.cpp
- tests/test_ratchet.cpp 10 additions, 6 deletionstests/test_ratchet.cpp
Loading
Please register or sign in to comment