ockam_entity 0.2.0-dev

Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.
Documentation

ockam_entity

crate docs license discuss

Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.

Entity is an abstraction over Profiles and Vaults, easing the use of these primitives in authentication and authorization APIs.

Crate Features

Features of the ockam_entity crate:

  • noise_xx - Enable Noise Protocol XX key agreement dependency.
  • software_vault - Enable Software Vault dependency.

Usage

Add this to your Cargo.toml:

[dependencies]
ockam_entity = "0.1.0"

License

This code is licensed under the terms of the Apache License 2.0.