status-im / status-protocol-go

Status Protocol implementation in Go
Mozilla Public License 2.0
0 stars 1 forks source link

[do-not-merge] Handle DH double ratchet errors #89

Closed cammellos closed 4 years ago

cammellos commented 4 years ago

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.

cammellos commented 4 years ago

@adambabik @PombeirP this is ready to be reviewed, thanks!