Documentation
¶
Index ¶
- type Crypto
- func (Crypto) Base64(v any) (string, error)
- func (Crypto) Base64B(v []byte) string
- func (Crypto) Base64Decode(v any) ([]byte, error)
- func (Crypto) FNV32a(v any) (int, error)
- func (Crypto) HMAC(h interface{}, k interface{}, m interface{}) (string, error)
- func (Crypto) JwtParseUnverified(token string) (map[string]interface{}, error)
- func (Crypto) MD5(v any) (string, error)
- func (Crypto) MD5B(v []byte) []byte
- func (Crypto) SHA1(v any) (string, error)
- func (Crypto) SHA1B(v []byte) []byte
- func (Crypto) SHA256(v any) (string, error)
- func (Crypto) SHA256B(v []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Crypto ¶
type Crypto struct{}
func (Crypto) JwtParseUnverified ¶
Click to show internal directories.
Click to hide internal directories.