gkdr / libomemo

Implements OMEMO in C.
MIT License
55 stars 16 forks source link

Sending tag appended to key #7

Closed gkdr closed 7 years ago

gkdr commented 7 years ago

The tag should be encrypted by the double ratchet session as well, instead of being appended to the payload. Parsing functionality is already there, and now clients started switching to sending it, so this lib should do it too.