pub fn keystore(
server_pub_key_path: &Path,
server_priv_key_path: &Path,
client_pub_key: &Path,
client_priv_key: &Path,
nonce_key: &Path,
)Expand description
Keystore function Create and store keys as u8 bytes. Keys can be used to crypt/decrypt data