https://github.com/jedisct1/rust-xoodyak
Xoodyak, a lightweight and versatile cryptographic scheme implemented in Rust.
https://github.com/jedisct1/rust-xoodyak
crypto cryptography cyclist lightweight nist xoodoo xoodyak
Last synced: about 2 months ago
JSON representation
Xoodyak, a lightweight and versatile cryptographic scheme implemented in Rust.
- Host: GitHub
- URL: https://github.com/jedisct1/rust-xoodyak
- Owner: jedisct1
- License: mit
- Created: 2020-04-05T21:42:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T21:34:14.000Z (about 1 year ago)
- Last Synced: 2025-04-14T07:07:58.745Z (about 2 months ago)
- Topics: crypto, cryptography, cyclist, lightweight, nist, xoodoo, xoodyak
- Language: Rust
- Homepage:
- Size: 69.3 KB
- Stars: 29
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Xoodyak for Rust
This is a Rust implementation of [Xoodyak](https://csrc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/finalist-round/updated-spec-doc/xoodyak-spec-final.pdf), a cryptographic primitive that can be used for hashing, encryption, MAC computation and authenticated encryption.
* `no_std`-friendly
* Lightweight
* Can be compiled to WebAssembly/WASI
* Session support
* Safe Rust interface
* AEAD with attached and detached tags
* In-place encryption
* Ratcheting
* Variable-length output hashing, authentication
* `squeeze_more()`, `absorb_more()` for streaming.# [API documentation](https://docs.rs/xoodyak)