Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.
Identity is an abstraction easing use of authentication and authorization APIs.
Features of the ockam_identity
crate:
- noise_xx
- Enable Noise Protocol XX key agreement dependency.
- software_vault
- Enable Software Vault dependency.
Add this to your Cargo.toml
:
[dependencies]
ockam_identity = "0.49.0"
This code is licensed under the terms of the Apache License 2.0.