package
Version:
v1.0.7-alpha
Opens a new window with list of versions in this module.
Published: Jul 3, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func GenerateMAC(plainText, key []byte) []byte
生成消息认证码
plainText 明文
key 密钥
返回 消息认证码
func VerifyMAC(plainText, key, hashText []byte) bool
消息认证
plainText 明文
key 密钥
hashText 消息认证码
返回 是否是原消息
Source Files
¶
Click to show internal directories.
Click to hide internal directories.