commit | 2f9e6795d71b01fdcd8d8aae3a8e03c766e32dab | [log] [tgz] |
---|---|---|
author | David Drysdale <drysdale@google.com> | Tue Jun 28 08:38:16 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jun 28 08:38:16 2022 +0000 |
tree | b378061c756144c01bcba4e780500fd1b37f5fbe | |
parent | 5010992083f1532cf2ffd8ce2f28e4cd293a5dd8 [diff] | |
parent | 311e16abf4325f27d0d3b2cb4c25b7af5d5f50a2 [diff] |
Merge "Initial tag library code"
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 |