GCM.name

  1. string name()
    struct GCM(T)
    pure nothrow
    static if(OOP)
    string
    name
    ()
    if (
    is(T == void) ||
    (
    isBlockCipher!T &&
    T.blockSize == 16
    )
    )
  2. enum name;

Return Value

Type: string

the algorithm name.

Meta