Struct Digest
  
  
  
  
  Assembly: cs.temp.dll.dll
  Syntax
  
    [Serializable]
[AlgoApiFormatter(typeof(ByteArrayFormatter<Digest>))]
public struct Digest : IByteArray, IEquatable<Digest>
   
  Fields
  
  
  
  SizeBytes
  
  
  Declaration
  
    public const int SizeBytes = 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(Digest)
  
  
  Declaration
  
    public bool Equals(Digest other)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Digest | other |  | 
    
  
  Returns
  
  
  
  
  GetUnsafePtr()
  
  
  Declaration
  
    public void *GetUnsafePtr()
   
  Returns
  
  Operators
  
  
  
  
  Implicit(Digest to Sha512_256_Hash)
  
  
  Declaration
  
    public static implicit operator Sha512_256_Hash(Digest digest)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Digest | digest |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | Sha512_256_Hash |  | 
    
  
  
  
  
  Implicit(Sha512_256_Hash to Digest)
  
  
  Declaration
  
    public static implicit operator Digest(Sha512_256_Hash hash)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Sha512_256_Hash | hash |  | 
    
  
  Returns