GCM.getUnderlyingCipher

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

Return Value

Type: BlockCipher

the cipher this object wraps.

Meta