Crate roaes

Crate roaes 

Source
Expand description

Library implementing the openaes standard used by the Team Win Recovery Project (TWRP), as of 2018-08-24.

There are both implementations for reading (decrypting) and writing (encrypting) data. The intention is to make encrypted TWRP backups accessible or even facilitate re-compression with a different/more modern algorithm.

Structs§

RoaesSink
Wraps a Write and transparently encrypts written data and encodes metadata in the openaes format.
RoaesSource
Wraps a Read and transparently decodes openaes metadata and decrypts the contents.

Enums§

RoaesError
Error type indicating errors and encapsulating errors from lower layers.