Documentation ¶
Index ¶
- type Crypto
- func (c Crypto) CreateHMAC(ctx context.Context, algorithm string, key string) *Hasher
- func (*Crypto) CreateHash(ctx context.Context, algorithm string) *Hasher
- func (c *Crypto) Hmac(ctx context.Context, algorithm string, key string, input string, ...) string
- 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 ¶
type Crypto ¶
type Crypto struct{}
func (Crypto) CreateHMAC ¶ added in v0.17.0
func (*Crypto) CreateHash ¶
func (*Crypto) Sha512_224 ¶
Click to show internal directories.
Click to hide internal directories.