[][src]Crate ssb_keyfile

Read ssb keyfiles, as created by the js implementation.

Enums

Error

The reasons why reading keys from a file can fail.

Functions

keys_from_str

Load keys from the string contents of a js ssb secret file.

load_keys_from_path

Read the key file at the given path and parse the keys from it.

new_keyfile_string

Create a string containing the content of a new secret file for the given keys, in js ssb commented-json format.