xoodoo

Crates.ioxoodoo
lib.rsxoodoo
version0.1.0
sourcesrc
created_at2021-04-18 06:05:46.791343
updated_at2021-04-18 06:05:46.791343
descriptionXoodyak / Xoodoo - A versatile cryptographic scheme that can be used for hashing, encryption, MAC computation and authenticated encryption.
homepagehttps://github.com/ipfs-rust/xoodoo
repositoryhttps://github.com/ipfs-rust/xoodoo
max_upload_size
id386025
size21,792
David Craven (dvc94ch)

documentation

README

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

Commit count: 64

cargo fmt