Module rncryptor::v3 [] [src]

Modules

decryptor

"Low-level" decryption abstractions.

encryptor

"Low-level" encryption abstractions.

errors

Error and ErrorKind types.

types

The types.

Functions

decrypt

Decrypts a Message with the given password, producing either a decrypted Vec<u8> or an Error otherwise.

encrypt

Encrypts a PlainText with the given password, producing either an encrypted Message or an Error otherwise.