Bud32KEOPS
Bud32KEOPS is a lightweight, open-source cryptographic library designed for embedded systems and resource-constrained environments. It is primarily focused on providing efficient implementations of cryptographic primitives, particularly those based on the KEOPS (Keyed-Obfuscated Permutation Stream) framework. KEOPS is a family of lightweight block ciphers and stream ciphers that offer strong security while maintaining minimal computational and memory overhead, making them suitable for devices with limited processing power.
The library supports a variety of KEOPS-based algorithms, including KEOPS-80, KEOPS-128, and KEOPS-192, which differ in
One of the key features of Bud32KEOPS is its modular design, allowing developers to integrate only the
Bud32KEOPS is released under an open-source license, typically the MIT License, which permits free use, modification,