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/ts
Audric Ackermann 1f2c01722a
move to new identity key mechanism
now we do as followed:
• Generate 16 bytes of random data
• Add 16 bytes of zeros
• Use the 16 bytes of random + 16 bytes of zeros to generate an ED25519 key pair
• Convert the ED25519 key pair to an X25519 key pair

All of this is happening with libsodiumm called over IPC
5 years ago
..
backbone
components move to new identity key mechanism 5 years ago
notifications
protobuf
receiver Fix open group file uploads using incorrect server 5 years ago
session use .ok field on serverRequest to check for request success 5 years ago
shims
state clean all updateConversation calls to convo.commit() 5 years ago
styleguide
test fix tests 5 years ago
types make start new session screen closer to the android one 5 years ago
updater Fix auto update not running correctly 6 years ago
util avatar placeholder skip first 05 for initial from pubkey 5 years ago
OS.ts
global.d.ts Change back to old window syntax and allow stubbing of it 5 years ago
window.d.ts move to new identity key mechanism 5 years ago