GCM.getUnderlyingCipher

  1. BlockCipher getUnderlyingCipher()
  2. T getUnderlyingCipher()
    struct GCM(T)
    ref pure nothrow @nogc
    static if(!(OOP))
    T
    getUnderlyingCipher
    ()
    if (
    is(T == void) ||
    (
    isBlockCipher!T &&
    T.blockSize == 16
    )
    )

Return Value

Type: T

the cipher this object wraps.

Meta