Documentation
      ¶
    
    
  
    
  
    Index ¶
- type Crypto
 - func (*Crypto) CreateHash(ctx context.Context, algorithm string) *Hasher
 - func (c *Crypto) Md4(ctx context.Context, input string, outputEncoding string) string
 - func (c *Crypto) Md5(ctx context.Context, input string, outputEncoding string) string
 - func (c *Crypto) Ripemd160(ctx context.Context, input string, outputEncoding string) string
 - func (c *Crypto) Sha1(ctx context.Context, input string, outputEncoding string) string
 - func (c *Crypto) Sha256(ctx context.Context, input string, outputEncoding string) string
 - func (c *Crypto) Sha384(ctx context.Context, input string, outputEncoding string) string
 - func (c *Crypto) Sha512(ctx context.Context, input string, outputEncoding string) string
 - func (c *Crypto) Sha512_224(ctx context.Context, input string, outputEncoding string) string
 - func (c *Crypto) Sha512_256(ctx context.Context, input string, outputEncoding string) string
 
- type Hasher
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
 Click to show internal directories. 
   Click to hide internal directories.