gitee.com/lh-her-team/common@v1.5.1/crypto/bulletproofs/bulletproofs_nocgo/constants.go (about) 1 package bulletproofs_nocgo 2 3 import "errors" 4 5 var ErrUnsupported = errors.New("bulletproofs: unsupported")