https://github.com/chanced/navajo
A cryptographic toolkit for Rust
https://github.com/chanced/navajo
crypto cryptography rust security
Last synced: 5 months ago
JSON representation
A cryptographic toolkit for Rust
- Host: GitHub
- URL: https://github.com/chanced/navajo
- Owner: chanced
- License: apache-2.0
- Created: 2023-01-24T23:44:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T07:36:10.000Z (almost 3 years ago)
- Last Synced: 2025-11-05T15:18:43.860Z (7 months ago)
- Topics: crypto, cryptography, rust, security
- Language: Rust
- Homepage:
- Size: 924 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# navajo
navajo is Rust library that provides secure and easy to use cryptographic APIs.
This project is being dogfooded and is in on-going development. SemVer will be
respected beginning with version `0.1.0`. Until then, each version of `0.0` may
contain breaking changes.
## Security Note
This crate has **not** undergone any sort of audit.
Please review the code and use at your own risk.
## Credit
navajo is inspired by and modeled after Google's [tink
project](https://github.com/google/tink). The two projects are not wire
compatible.
## License
MIT OR Apache 2.0 at your leisure