GCM.getUnderlyingCipher

  1. IBlockCipher getUnderlyingCipher()
    struct GCM(T)
    pure nothrow @nogc
    static if(OOP)
    getUnderlyingCipher
    ()
    if (
    is(T == void) ||
    (
    T.blockSize == 16
    )
    )
  2. T getUnderlyingCipher()

Return Value

the cipher this object wraps.

Meta