SignalProtocolKit/AxolotlKit/Classes
2021-01-16 18:04:32 -08:00
..
CipherMessage find -E . -type f -regex ".*\.(m|h)" -exec sed -i "" -e "s/try_/throws_/" {} \; 2018-10-30 09:19:21 -06:00
Crypto find -E . -type f -regex ".*\.(m|h)" -exec sed -i "" -e "s/try_/throws_/" {} \; 2018-10-30 09:19:21 -06:00
Prekeys fix compiler warnings: missing nullability annotations 2019-12-16 17:47:16 -08:00
Protos Modify proto wrapper builders to require required fields. 2018-09-28 09:06:33 -04:00
Ratchet find -E . -type f -regex ".*\.(m|h)" -exec sed -i "" -e "s/try_/throws_/" {} \; 2018-10-30 09:19:21 -06:00
Sessions Don't archive sessions when they are fresh. 2021-01-16 18:04:32 -08:00
State Use protocol contexts in prekey stores. 2020-08-25 20:27:11 -03:00
TestUtils Use protocol contexts in prekey stores. 2020-08-25 20:27:11 -03:00
Utility add missing nullability macros 2019-06-19 10:08:32 -06:00
AxolotlExceptions.h Documenting exceptions + tests 2014-10-30 15:49:11 +01:00
Constants.h Clean up, CocoaPod spec draft 2014-10-27 17:09:08 +01:00
SessionCipher.h Apply ReadContext 2019-05-22 12:00:19 -04:00
SessionCipher.m Increase ratchet counter limit 2021-01-16 12:49:24 -08:00
SPK-Bridging-Header.h CR: rename AxolotlInMemoryStore -> SPKMockProtocolStore 2018-11-12 09:20:46 -06:00