Crate lowmc_rs

Crate lowmc_rs 

Source
Expand description

LowMC Block Cipher Implementation in Rust

This crate provides a complete implementation of the LowMC block cipher, a family of block ciphers designed to minimize the number of AND gates in the circuit representation.

§Parameters

  • Block size: 256 bits
  • Key size: 80 bits
  • Number of rounds: 12
  • S-boxes per round: 49

Structs§

LowMC
LowMC block cipher implementation