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.
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.