You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/libloki
Mikunj 012575be35 Remove calling sc_reduce32 when deriving a keypair from a mnemonic seed.
This is the reason that seeds across desktop and mobile devices would never restore to the same keypair. This function was there from the initial messenger days and with further discussion with Maxim, we deemed calling this function an unnecessary step for generating a keypair. There are no security implications for this change as we generate keypairs the exact same way as Signal does.

The biggest downside to this change however is that if you try to restore a desktop device with a seed from before this change, that seed will generate a completely different key pair and thus a different session ID.
This will only affect users who plan to restore any device from the seed of a desktop device before this change.
5 years ago
..
modules Remove calling sc_reduce32 when deriving a keypair from a mnemonic seed. 5 years ago
test Added testing on pull request 5 years ago
api.js add sync of open groups on device link 5 years ago
crypto.js Rename variable to be less confusing 5 years ago
friends.js Add requestExpired state to Friend Request state machine 6 years ago
proof-of-work.js Enforce curlies completely and lint with new settings 6 years ago
service_nodes.js Merge development into lint 6 years ago
storage.js Linting 5 years ago