Module always_panic_impl

Source
Expand description

Implements CryptReader/Writer by always panicking. Vendors are expected to implement their own encryption schemes.

Structs§

CryptReader
Interface used for file decryption.
CryptWriter
Interface used for file encryption.

Functions§

generate_random_key
Generates a random key usable with CryptWriter & CryptReader.