diff --git a/docs/Reticulum Manual.pdf b/docs/Reticulum Manual.pdf index 3df0494..a7c9f6a 100644 Binary files a/docs/Reticulum Manual.pdf and b/docs/Reticulum Manual.pdf differ diff --git a/docs/manual/reference.html b/docs/manual/reference.html index 6a12dbe..c3d82a4 100644 --- a/docs/manual/reference.html +++ b/docs/manual/reference.html @@ -230,6 +230,22 @@ Can be used to load previously created and saved identities into Reticulum.

+
+
+to_file(path)
+

Saves the identity to a file. This will write the private key to disk, +and anyone with access to this file will be able to decrypt all +communication for the identity. Be very careful with this method.

+
+
Parameters
+

path – The full path specifying where to save the identity.

+
+
Returns
+

True if the file was saved, otherwise False.

+
+
+
+
static from_bytes(prv_bytes)
@@ -293,22 +309,6 @@ Can be used to load previously created and saved identities into Reticulum.

-
-
-to_file(path)
-

Saves the identity to a file. This will write the private key to disk, -and anyone with access to this file will be able to decrypt all -communication for the identity. Be very careful with this method.

-
-
Parameters
-

path – The full path specifying where to save the identity.

-
-
Returns
-

True if the file was saved, otherwise False.

-
-
-
-
encrypt(plaintext)