package
Version:
v0.4.3
Opens a new window with list of versions in this module.
Published: Jun 2, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func MD5(key cryptox.Bytes, bs cryptox.Bytes) (cryptox.Bytes, error)
-
func SHA1(key cryptox.Bytes, bs cryptox.Bytes) (cryptox.Bytes, error)
-
func SHA224(key cryptox.Bytes, bs cryptox.Bytes) (cryptox.Bytes, error)
-
func SHA256(key cryptox.Bytes, bs cryptox.Bytes) (cryptox.Bytes, error)
-
func SHA384(key cryptox.Bytes, bs cryptox.Bytes) (cryptox.Bytes, error)
-
func SHA512(key cryptox.Bytes, bs cryptox.Bytes) (cryptox.Bytes, error)
MD5 uses hmac-md5 to hash bs and returns an error if failed.
SHA1 uses hmac-sha1 to hash bs and returns an error if failed.
SHA224 uses hmac-sha224 to hash bs and returns an error if failed.
SHA256 uses hmac-sha256 to hash bs and returns an error if failed.
SHA384 uses hmac-sha384 to hash bs and returns an error if failed.
SHA512 uses hmac-sha512 to hash bs and returns an error if failed.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.