plebble
us.gov.crypto.sha256.hash_t Class Reference

Public Member Functions

 hash_t ()
 
 hash_t (int zero)
 
 hash_t (byte[] v)
 
void zero ()
 
String b58 ()
 
boolean equals (hash_t other)
 

Public Attributes

byte[] value
 

Constructor & Destructor Documentation

◆ hash_t() [1/3]

us.gov.crypto.sha256.hash_t.hash_t ( )
inline

◆ hash_t() [2/3]

us.gov.crypto.sha256.hash_t.hash_t ( int  zero)
inline

References us.gov.crypto.sha256.hash_t.value, and us.gov.crypto.sha256.hash_t.zero().

Here is the call graph for this function:

◆ hash_t() [3/3]

us.gov.crypto.sha256.hash_t.hash_t ( byte[]  v)
inline

Member Function Documentation

◆ b58()

String us.gov.crypto.sha256.hash_t.b58 ( )
inline

References us.gov.crypto.base58.encode(), and us.gov.crypto.sha256.hash_t.value.

Here is the call graph for this function:

◆ equals()

boolean us.gov.crypto.sha256.hash_t.equals ( hash_t  other)
inline

◆ zero()

void us.gov.crypto.sha256.hash_t.zero ( )
inline

References us.gov.crypto.sha256.hash_t.value.

Referenced by us.gov.crypto.sha256.hash_t.hash_t().

Here is the caller graph for this function:

Member Data Documentation

◆ value


The documentation for this class was generated from the following file: