/colm_rs

Optimized COLM implementation in Rust using CPU intrinsics and AESNI instructions.

Primary LanguageRust

RustCrypto: COLM Cipher

Pure Rust implementation of the COLM Authenticated Encryption with Associated Data (AEAD) cipher, which was selected by the CAESAR competition as the second choice for in-depth security.

Security Notes

This crate has NOT received any security audit.

Although encryption and decryption passes the test vector, there is no guarantee of constant-time operation.

USE AT YOUR OWN RISK.