textileio / papers

Textile Whitepapers
12 stars 3 forks source link

Writer definition should include owning private key #40

Closed sanderpick closed 4 years ago

sanderpick commented 5 years ago

From @Gozala

I think worth adding to definition of Writer as an owner of private key, similar to how Reader is defined in terms of peer holding a public key.

carsonfarmer commented 5 years ago

To clarify, a Reader is actually any peer with access to the Read key, which is currently a symmetric key. Conversely, a Writer is the only peer that owns a given asymmetric Keypair. Having said that, the text should be updated to clarify this.

carsonfarmer commented 4 years ago

Write up and research on bip32 derivations for keys.

carsonfarmer commented 4 years ago

See discussion on #62

carsonfarmer commented 4 years ago

Closing this in favour of discussion on #62.