ssbc / private-group-spec

GNU Lesser General Public License v3.0
13 stars 2 forks source link

add DM shared key vector + clarify spec #6

Closed mixmix closed 4 years ago

mixmix commented 4 years ago

Finally! A test vector deriving a simple shared symmetric key for two feeds.

This is needed for doing direct messages using envelope encryption, particularly in the case of group/add-member messages.

@keks I'd be interested to know if you think the README is clear, and what I've coded is right.

Here's the JS implementation in case that's useful

christianbundy commented 4 years ago

Just merging this so that we can require() it because Node.js is giving us problems.

(Blame @mixmix)