Structs§
- Decryption
Parameters - DecryptionParameters is basically the key and nonce
- Encryption
Parameters - EncryptionParameters is basically the key and nonce
Functions§
- decrypt
- Decrypts given byte array
- encrypt
- Encrypts given byte array
- get_
decryption_ params - Returns DecryptionParameters stored at the given location which is relative to the working directory
- get_
encryption_ params - Returns EncryptionParameters stored at the given location which is relative to the working directory
- setup
- Will read or create EncryptionParameters and DecryptionParameters at the given location which is relative to the working directory