module ddata.crypto.algorithm;

enum Algorithm {
    aes128 = "AES128",
}