GCM.getUnderlyingCipher

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

Return Value

the cipher this object wraps.

Meta