Crates.io | ockam_entity |
lib.rs | ockam_entity |
version | 0.35.0 |
source | src |
created_at | 2021-05-17 20:05:42.232842 |
updated_at | 2022-01-31 23:06:26.079923 |
description | Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices. |
homepage | https://github.com/ockam-network/ockam |
repository | https://github.com/ockam-network/ockam/tree/develop/implementations/rust/ockam/ockam_entity |
max_upload_size | |
id | 398732 |
size | 312,785 |
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.
Features of the ockam_entity
crate:
noise_xx
- Enable Noise Protocol XX key agreement dependency.software_vault
- Enable Software Vault dependency.Add this to your Cargo.toml
:
[dependencies]
ockam_entity = "0.35.0"
This code is licensed under the terms of the Apache License 2.0.