Versions in this module Expand all Collapse all v0 v0.1.0 Feb 24, 2018 Changes in this version + var Log = logrus.New() + func ComputeSHA256(data []string) string + func CreateDirIfMissing(dirPath string) error + func CryptoRandomGeneration(min int64, max int64) int64 + func Deserialize(serializedBytes []byte, object interface{}) error + func DirEmpty(dirPath string) (bool, error) + func GetLogger(name string) *logrus.Entry + func Serialize(object interface{}) ([]byte, error) + func ToEnvelope(data interface{}, crpyto auth.Crypto, pubkey []byte) message.Envelope