Skip to content

jedisct1/rust-xoodyak

Folders and files

Name Name
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 

src

src

 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Xoodyak, a lightweight and versatile cryptographic scheme implemented in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages