index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
e2ee
/
e2ee.h
Age
Commit message (
Expand
)
Author
2022-09-26
Cleanup across E2EE code
Alexey Rusakov
2022-09-26
Replace QOlmError with OlmErrorCode
Alexey Rusakov
2022-06-24
Fix the just introduced Sonar warning
Alexey Rusakov
2022-06-24
Start using C++20's designated initializers
Alexey Rusakov
2022-06-24
Rework SignedOneTimeKey as a QJsonObject wrapper
Alexey Rusakov
2022-06-24
Fix copy-pasta in signed one-time key JSON dumper
Alexey Rusakov
2022-06-22
Fix signature verification
Alexey Rusakov
2022-06-19
Add a missing #include
Alexey Rusakov
2022-06-18
Move C++-only macros to util.h
Alexey Rusakov
2022-06-18
Drop make_array(); use std::to_array() where needed
Alexey Rusakov
2022-05-31
Tweak QOlmAccount and data structures around
Alexey Rusakov
2022-05-16
QOlmExpected and associated refactoring
Alexey Rusakov
2022-02-16
isSupportedAlgorithm()
Alexey Rusakov
2022-02-16
Use QHash instead of QMap
Alexey Rusakov
2022-02-16
Cleanup
Alexey Rusakov
2022-02-16
Add a few missing QUOTIENT_API stanzas
Alexey Rusakov
2021-12-07
Rename "crypto" -> "e2ee"
Tobias Fella