const aes = [_]Crypto
const aes = [_]Crypto{ Crypto{ .ty = crypto.core.aes.Aes128, .name = "aes128-single" }, Crypto{ .ty = crypto.core.aes.Aes256, .name = "aes256-single" }, }