IBlockCipher.name

Return the name of the algorithm the cipher implements.

interface IBlockCipher
@safe @property
string
name
pure nothrow
(
)

Return Value

Type: string

the name of the algorithm the cipher implements.

Meta