910e62b5创建于 1月15日历史提交
Name: Cloud authenticator
URL: https://cloudenclave.git.corp.google.com/enclave/
Version: git
License: Apache-2.0
License File: LICENSE.txt
License Android Compatible: yes
Security Critical: no
Shipped: no
Revision: 8bb310b257a711ca13927b4a22df6c6f110fb07a
Update Mechanism: Manual

Description:
This directory contains the partial source code for the passkeys enclave. The
full source (which is not yet available at the time of writing, but which it is
intended to be in the future) builds an "application" that runs under the [Oak
restricted kernel]
(https://github.com/project-oak/oak/tree/main/oak_restricted_kernel). In
Chromium we just want to be able to test the Chromium client against a
reasonable simulation of the enclave system and thus nothing but the core of
the processing is needed.

The production enclave build uses [ring](https://crates.io/crates/ring) to
provide cryptographic primitives in a `no_std` environment. In Chromium,
BoringSSL is used instead.