ockam_identity
Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.
This crate supports the domain of "identities", which is required to create secure channels:
-
the
identitymodule describes an entity as a set of verified key changes and an identifier uniquely representing those changes -
the
identitiesmodule provides services to create, update, and import identities -
the
credentialmodule describes sets of attributes describing a given identity and signed by another identity -
the
credentialsmodule provides services to create, import and verify credentials -
the
secure_channelmodule describes the steps required to establish a secure channel between 2 identities -
the
secure_channelsmodule provides services to create a secure channel between 2 identities
Usage
Add this to your Cargo.toml:
[dependencies]
ockam_identity = "0.134.0"
License
This code is licensed under the terms of the Apache License 2.0.