Rust linux-kcapi

Tools for using crypto operation from the linux kernel, see [KCAPI].

Status

Random Number Generators

Some Rng are accessible through a common API.

The rand::RngCore trait is implemented behind the rand_trait feature.

Message digest including keyed message digest (HMAC, CMAC)

To be done

Symmetric ciphers

To be done

AEAD ciphers

To be done