genode/repos/gems/src/lib/aes_cbc_4k/spark.adc
Norman Feske a2743dcaeb Library for the AES-CBC en/decryption of 4K blocks
The 'aes_cbc_4k' library is simple wrapper around libsparkcrypto to
serve as a backend for storage encryption. It operates on data chunks of
4 KiB and uses AES-CBC while incorporating the block number and the
private key as salt values.
2019-04-09 12:30:35 +02:00

3 lines
62 B
Plaintext

pragma SPARK_Mode (On);
pragma Check_Policy (Debug, Disable);