Options
All
  • Public
  • Public/Protected
  • All
Menu

Algorithm namespace.

Index

Variables

AES

AES: CipherStatic

AES block cipher algorithm.

DES

DES: CipherStatic

DES block cipher algorithm.

MD5

MD5: HasherStatic

MD5 hash algorithm.

RC4

RC4: CipherStatic

RC4 stream cipher algorithm.

RC4Drop

RC4Drop: CipherStatic

Modified RC4 stream cipher algorithm.

RIPEMD160

RIPEMD160: HasherStatic

RIPEMD160 hash algorithm.

Rabbit

Rabbit: CipherStatic

Rabbit stream cipher algorithm

RabbitLegacy

RabbitLegacy: CipherStatic

Rabbit stream cipher algorithm.

This is a legacy version that neglected to convert the key to little-endian. This error doesn't affect the cipher's security, but it does affect its compatibility with other implementations.

SHA1

SHA1: HasherStatic

SHA-1 hash algorithm.

SHA224

SHA224: HasherStatic

SHA-224 hash algorithm.

SHA256

SHA256: HasherStatic

SHA-256 hash algorithm.

SHA3

SHA3: HasherStatic

SHA-3 hash algorithm.

SHA384

SHA384: HasherStatic

SHA-384 hash algorithm.

SHA512

SHA512: HasherStatic

SHA-512 hash algorithm.

TripleDES

TripleDES: CipherStatic

Triple-DES block cipher algorithm.

Generated using TypeDoc