status-protocol-go/crypto
Andrea Maria Piana e3b3ba39f3
Handle DH double ratchet errors
Errors when generating a DH secret where silently ignored, resulting in
invalid key material being used.
This commit fixes the issue by upgrading the double ratchet library
 and implementing the updated interface, which uses now slices instead of fixed bytes keys.
2019-10-31 16:22:44 +01:00
..
crypto.go Implement group messages logic (#86) 2019-10-13 20:16:43 +02:00
crypto_test.go move code from status-go and status-console-client 2019-07-08 11:21:21 +02:00
ethereum_crypto.go Handle DH double ratchet errors 2019-10-31 16:22:44 +01:00