ssbc / ssb-keys

keyfile operations for ssb
36 stars 26 forks source link

add loadOrCreate #1

Closed dominictarr closed 10 years ago

dominictarr commented 10 years ago

This makes it easier to just make sure some keys exist without the user having to explicitly create some, this makes deploying ssb-server simpler.

dominictarr commented 10 years ago

this PR provides both async and sync methods.