#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

#1090 in Cryptography

Download history 18/week @ 2024-03-13 26/week @ 2024-03-20 30/week @ 2024-03-27 40/week @ 2024-04-03 13/week @ 2024-04-10 21/week @ 2024-04-17 22/week @ 2024-04-24 18/week @ 2024-05-01 15/week @ 2024-05-08 15/week @ 2024-05-15 11/week @ 2024-05-22 18/week @ 2024-05-29 14/week @ 2024-06-05 16/week @ 2024-06-12 14/week @ 2024-06-19 13/week @ 2024-06-26

59 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

~36KB