#xoodoo #crypto #cyclist

no-std xoodyak

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

26 releases

0.8.4 Jul 17, 2023
0.8.2 Apr 14, 2023
0.8.1 Nov 18, 2022
0.7.3 Oct 13, 2021
0.5.1 May 20, 2020

#425 in WebAssembly

Download history 349/week @ 2023-12-14 122/week @ 2023-12-21 172/week @ 2023-12-28 243/week @ 2024-01-04 236/week @ 2024-01-11 347/week @ 2024-01-18 238/week @ 2024-01-25 309/week @ 2024-02-01 406/week @ 2024-02-08 455/week @ 2024-02-15 347/week @ 2024-02-22 231/week @ 2024-02-29 102/week @ 2024-03-07 15/week @ 2024-03-14 10/week @ 2024-03-21 17/week @ 2024-03-28

154 downloads per month
Used in 4 crates (2 directly)

MIT license

41KB
1K SLoC

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

~31KB