commit | dbbfbeb64a6020baf84a4c36417979f329e268db | [log] [tgz] |
---|---|---|
author | David Drysdale <drysdale@google.com> | Mon Aug 15 08:51:47 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 15 08:51:47 2022 +0000 |
tree | 573f007ce9d46bb5a9be196686b93370c91ec708 | |
parent | d88cc614305d1a62452ba7ef3a9d5aac6e1e9f1f [diff] | |
parent | 9f27bc94a9446313d3b5fe8ac92a57c3c9d876ca [diff] |
Merge "Initial versions of crypto abstractions"
This repo holds work in progress for a Rust implementation of Android's KeyMint HAL.
The codebase is divided as follows. Only the crates in bold are expected to be used in Android; the remainder are conveniences to allow development outside of Android.
Subdir | Crate Name | std ? | Description |
---|---|---|---|
derive | kmr-derive | Yes (build-only) | Proc macros for deriving the AsCborValue trait |
common | kmr-common | No | Common code used throughout KeyMint/Rust |
hal | kmr-hal | Yes | HAL service implementation |
boringssl | kmr-boringssl | Yes | Boring/OpenSSL-based implementations of crypto traits |
tests | kmr-tests | Tests and test infrastructure | |
ta | kmr-ta | No | TA implementation |
ta-main | kmr-ta | Yes | TA implementation using TCP |