tree: 6d1ea813eaf25e152594de737dbcba8e168bec1a [path history] [tgz]
  1. async/
  2. sync/
  3. DIR_METADATA
  4. OWNERS
  5. README.md
components/os_crypt/README.md

OS Crypt

This directory contains OSCrypt implementations that support cryptographic primitives that allow binding data to the OS user.

There are two implementations, a sync interface which can be called on any thread, and an async interface that is instance based.

The async interface is currently under construction and so all current usage should go via the sync interface.

Please see the README.md in those directories for more information on each implementation.