ockam_entity

Crates.ioockam_entity
lib.rsockam_entity
version0.35.0
sourcesrc
created_at2021-05-17 20:05:42.232842
updated_at2022-01-31 23:06:26.079923
descriptionOckam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.
homepagehttps://github.com/ockam-network/ockam
repositoryhttps://github.com/ockam-network/ockam/tree/develop/implementations/rust/ockam/ockam_entity
max_upload_size
id398732
size312,785
Mrinal Wadhwa (mrinalwadhwa)

documentation

README

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.35.0"

License

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

Commit count: 9007

cargo fmt