10 #ifndef K_API_BLOWFISH_CIPHER_H
11 #define K_API_BLOWFISH_CIPHER_H
15 #include <kApi/Crypto/kBlowfishCipher.x.h>
Represents padding mode for encryption.
Represents an unsigned integer that can store a pointer address.
Abstract base class for memory allocator types.
Represents a byte on the current platform.
kStatus kBlowfishCipher_Construct(kBlowfishCipher *blowfish, const kByte *key, kSize keyLength, kCipherPadding padding, kCipherMode cipherMode, kAlloc allocator)
Constructs a kBlowfishCipher instance.
Core Zen type declarations.
Blowfish cipher implementation.
Declares the kCipher class.
Represents an error code.
Represents cipher mode for encryption and decryption functions.