Struct Sha256
Assembly: cs.temp.dll.dll
Syntax
public struct Sha256 : IByteArray, IEquatable<Sha256>
Fields
Size
Declaration
public const int Size = 32
Field Value
Properties
Item[Int32]
Declaration
public byte this[int index] { get; set; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Length
Declaration
public int Length { get; }
Property Value
Methods
Equals(Sha256)
Declaration
public bool Equals(Sha256 other)
Parameters
Type |
Name |
Description |
Sha256 |
other |
|
Returns
GetUnsafePtr()
Declaration
public void *GetUnsafePtr()
Returns
Hash(ReadOnlySpan<Byte>)
Declaration
public static Sha256 Hash(ReadOnlySpan<byte> message)
Parameters
Type |
Name |
Description |
ReadOnlySpan<Byte> |
message |
|
Returns