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§
- Roaes
Sink - Wraps a Write and transparently encrypts written data and encodes metadata in the openaes format.
- Roaes
Source - Wraps a Read and transparently decodes openaes metadata and decrypts the contents.
Enums§
- Roaes
Error - Error type indicating errors and encapsulating errors from lower layers.