Versions in this module Expand all Collapse all v2 v2.3.3 Oct 19, 2023 Changes in this version + var ErrUnsupported = errors.New("hibe: unsupported") + func DecryptHibeMsg(localId string, hibeParams *hibe.Params, prvKey *hibe.PrivateKey, ...) ([]byte, error) + func EncryptHibeMsg(plaintext []byte, receiverIds []string, paramsList []*hibe.Params, ...) (map[string]string, error) + func IdStr2HibeId(id string) ([]string, []*big.Int) + func ValidateId(id string) error