Tiny_AES.KEY_SIZE

Undocumented in source.
struct Tiny_AES(int KEY_LENGTH, Mode mode = Mode.CBC)
pure nothrow
enum KEY_SIZE = KEY_LENGTH >> 3;

Meta