BlockCipherWrapper.name

Return the name of the algorithm the cipher implements.

class BlockCipherWrapper(T)
@safe @property pure nothrow
string
name
()

Return Value

Type: string

the name of the algorithm the cipher implements.

Meta