#authenticated-encryption #crypto #xoodyak #cyclist

no-std xoodoo

Xoodyak / Xoodoo - A versatile cryptographic scheme that can be used for hashing, encryption, MAC computation and authenticated encryption

1 unstable release

0.1.0 Apr 18, 2021

#2085 in Cryptography

Download history 13/week @ 2024-11-13 16/week @ 2024-11-20 19/week @ 2024-11-27 26/week @ 2024-12-04 40/week @ 2024-12-11 14/week @ 2024-12-18 2/week @ 2025-01-01 10/week @ 2025-01-08 21/week @ 2025-01-15 14/week @ 2025-01-22 8/week @ 2025-01-29 29/week @ 2025-02-05 24/week @ 2025-02-12 10/week @ 2025-02-19 18/week @ 2025-02-26

83 downloads per month
Used in 3 crates (via quinn-noise)

MIT license

19KB
448 lines

GitHub CI

Xoodyak for Rust

This is a Rust implementation of Xoodyak, 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

Dependencies

~35KB