commit | 311e16abf4325f27d0d3b2cb4c25b7af5d5f50a2 | [log] [tgz] |
---|---|---|
author | David Drysdale <drysdale@google.com> | Fri Jun 10 15:49:21 2022 +0100 |
committer | David Drysdale <drysdale@google.com> | Tue Jun 28 08:04:55 2022 +0100 |
tree | da414a714cdd60e464ba667d1bc81b16fde00f0a | |
parent | 2e90306a7501fb73c7f94d0a248ae1c65495118e [diff] |
Initial tag library code Utilities for manipulating tags and data structures that describe tag behaviour. Bug: 195310053 Test: build Change-Id: I81e5631bf219da64287cc8dfb9ffb74a7035071c
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 |