genode/repos/gems
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
..
include Library for the AES-CBC en/decryption of 4K blocks 2019-04-09 12:30:35 +02:00
lib Library for the AES-CBC en/decryption of 4K blocks 2019-04-09 12:30:35 +02:00
recipes depot: update recipe hashes 2019-04-02 09:36:39 +02:00
run Library for the AES-CBC en/decryption of 4K blocks 2019-04-09 12:30:35 +02:00
src Library for the AES-CBC en/decryption of 4K blocks 2019-04-09 12:30:35 +02:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

This directory is a source-code repository containing Genode-specific
services and applications. In contrast to the components that come with
the 'os' repository, programs contained in 'gems' are able to leverage
the functionalities provided by higher-level repositories such as 'libports'.
To use the 'gems' repository, make sure to also add those repositories to your
build configuraion.