status-go/services/shhext/chat
Roman Volosovskyi :: Darkviolet Lightgreen Halcyon d6216f1aa4 [slow sign in] Reduce number of kdf iterations for PDF database key (#1343)
`kdf_iter` parameter is reduced to 3200. This change is done because of
performance reasons, currently key derivation is too slow on some mobile
devices. The number of iterations before this commit is 64000, default
value in `sqlcipher` from version `3.0.0`.
fda4c68bb4/CHANGELOG.md (300---2013-11-05)

Implementation:
`sqlcipher_export` is used for migration, check out the link below
for details
https://www.zetetic.net/sqlcipher/sqlcipher-api/#sqlcipher_export
2019-01-11 11:12:23 +01:00
..
crypto Add extract group membership signatures (#1226) 2018-10-04 18:53:48 +02:00
migrations Allow multiple bundles, change n devices & bundle refresh (#1331) 2018-12-21 11:07:25 +01:00
chat.pb.go Add enabling/disabling of installations (#1264) 2018-11-06 09:05:32 +01:00
chat.proto Add x3dh key exchange (#1127) 2018-09-24 20:07:34 +02:00
encryption.go Allow multiple bundles, change n devices & bundle refresh (#1331) 2018-12-21 11:07:25 +01:00
encryption.pb.go Allow multiple bundles, change n devices & bundle refresh (#1331) 2018-12-21 11:07:25 +01:00
encryption.proto Allow multiple bundles, change n devices & bundle refresh (#1331) 2018-12-21 11:07:25 +01:00
encryption_multi_device_test.go Add tests for multi-device and refactor encryption service config (#1277) 2018-11-27 09:54:20 +01:00
encryption_test.go Notify user when the device is missing (#1298) 2018-12-05 09:22:49 +01:00
persistence.go Add tests for multi-device and refactor encryption service config (#1277) 2018-11-27 09:54:20 +01:00
protocol.go Allow multiple bundles, change n devices & bundle refresh (#1331) 2018-12-21 11:07:25 +01:00
protocol_test.go Allow multiple bundles, change n devices & bundle refresh (#1331) 2018-12-21 11:07:25 +01:00
rpc.go Allow specify topic in rpc endpoint (#1328) 2018-12-18 16:27:12 +01:00
sql_lite_persistence.go [slow sign in] Reduce number of kdf iterations for PDF database key (#1343) 2019-01-11 11:12:23 +01:00
sql_lite_persistence_keys_storage_test.go Change handling of skipped/deleted keys & add version (#1261) 2018-11-05 20:00:04 +01:00
sql_lite_persistence_test.go Add versioning & tests, migrate db files (#1293) 2018-11-28 12:34:39 +01:00
test.db Add x3dh key exchange (#1127) 2018-09-24 20:07:34 +02:00
whisper.go Allow specify topic in rpc endpoint (#1328) 2018-12-18 16:27:12 +01:00
whisper_test.go Add bundles.added signal & pairing endpoint (#1237) 2018-10-16 12:31:05 +02:00
x3dh.go Add enabling/disabling of installations (#1264) 2018-11-06 09:05:32 +01:00
x3dh_test.go Add enabling/disabling of installations (#1264) 2018-11-06 09:05:32 +01:00