package
Version:
v0.0.0-...-0447b3e
Opens a new window with list of versions in this module.
Published: Nov 17, 2016
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Signature(salt []byte, content ...[]byte) (hashsum []byte)
对 content(可以为多个) 做签名(hex后的结果).
@salt hash 的盐(要足够长)
@content 待签名的 content
NOTE: content 的顺序不一样结果也不一样.
对 map[string][]byte 的 values 做签名(hex后的结果).
@salt hash 的盐(要足够长)
@kvs key-value pairs
Source Files
¶
Click to show internal directories.
Click to hide internal directories.