Expand description
§Camellia - rs_camellia - Camellia Cipher
Important Note: This crate is still a work in progress and is not ready for consumption.
Camellia is a symmetric key block cipher jointly developed by Mitsubishi Electric and Nippon Telegraph and Telephone (NTT) of Japan in 2000. It’s currently used in:
- Wireless security protocols, such as Wi-Fi Protected Access (WPA3)
- Network protocols, like Transport Layer Security (TLS) and Internet Protocol Security (IPsec)
This crate implements Camellia as part of the RustyShield project.