Spring.Cryptography.SHA Namespace

Represents namespace Spring.Cryptography.SHA.

 NameDescription
TSHA1

SHA1 Hash

TSHA256

SHA256 Hash

TSHA384

SHA384 Hash

TSHA512

SHA512 Hash

Top
 NameDescription
THashContext

Represents type THashContext.

TSHA256Ctx

Represents type TSHA256Ctx.

TSHA512Ctx

Represents type TSHA512Ctx.

Top
 NameDescription
PHashContext

Represents a pointer type to THashContext.

PSHA256Ctx

Represents a pointer type to TSHA256Ctx.

PSHA512Ctx

Represents a pointer type to TSHA512Ctx.

Top
 NameDescription
cnstK256

Represents constant cnstK256.

cnstK512

Represents constant cnstK512.

Top
 NameDescription
Ch(UInt64,UInt64,UInt64)

Represents method Ch(UInt64,UInt64,UInt64).

Ch256(UInt32,UInt32,UInt32)

Represents method Ch256(UInt32,UInt32,UInt32).

E0256(UInt32)

Represents method E0256(UInt32).

E1256(UInt32)

Represents method E1256(UInt32).

F0256(UInt32)

Represents method F0256(UInt32).

F1256(UInt32)

Represents method F1256(UInt32).

ft1(Byte,UInt32,UInt32,UInt32)

Represents method ft1(Byte,UInt32,UInt32,UInt32).

Gamma0(UInt64)

Represents method Gamma0(UInt64).

Gamma1(UInt64)

Represents method Gamma1(UInt64).

Kt1(Byte)

Represents method Kt1(Byte).

Maj(UInt64,UInt64,UInt64)

Represents method Maj(UInt64,UInt64,UInt64).

Maj256(UInt32,UInt32,UInt32)

Represents method Maj256(UInt32,UInt32,UInt32).

SHA1Init(TSHA256Ctx)

Represents method SHA1Init(TSHA256Ctx).

sha1_compress(TSHA256Ctx)

Represents method sha1_compress(TSHA256Ctx).

SHA256Final(TSHA256Ctx,Word)

Represents method SHA256Final(TSHA256Ctx,Word).

SHA256Init(TSHA256Ctx)

Represents method SHA256Init(TSHA256Ctx).

SHA256Update(TSHA256Ctx,Pointer,UInt32,Word)

Represents method SHA256Update(TSHA256Ctx,Pointer,UInt32,Word).

sha256_compress(TSHA256Ctx)

Represents method sha256_compress(TSHA256Ctx).

SHA384Init(TSHA512Ctx)

Represents method SHA384Init(TSHA512Ctx).

SHA512Final(TSHA512Ctx,Word)

Represents method SHA512Final(TSHA512Ctx,Word).

SHA512Init(TSHA512Ctx)

Represents method SHA512Init(TSHA512Ctx).

SHA512Update(TSHA512Ctx,Pointer,UInt32)

Represents method SHA512Update(TSHA512Ctx,Pointer,UInt32).

sha512_compress(TSHA512Ctx)

Represents method sha512_compress(TSHA512Ctx).

Sigma0(UInt64)

Represents method Sigma0(UInt64).

Sigma1(UInt64)

Represents method Sigma1(UInt64).

Top