automerge / hypermerge

Build p2p collaborative applications without any server infrastructure in Node.js
MIT License
1.28k stars 66 forks source link

Create and store a Repo ID #38

Closed mjtognetti closed 4 years ago

mjtognetti commented 4 years ago

A repo id is the public key of a key pair. This patch introduces a KeyStore which we use to store named key pairs. The repo uses the KeyStore to store a key pair which it uses for its repo id.