Documentation
¶
Overview ¶
Package bbs provides an implementation of the BBS signature scheme
Index ¶
- func ProofGen(pk PublicKey, signature []byte, header []byte, ph []byte, messages [][]byte, ...) ([]byte, error)
- func ProofVerify(pk, proof, header, ph []byte, disclosedMessages [][]byte, ...) error
- func Sign(sk SecretKey, pk []byte, header []byte, messages [][]byte) ([]byte, error)
- func Verify(pk PublicKey, signature, header []byte, messages [][]byte) error
- type Proof
- type PublicKey
- type SecretKey
- type Signature
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProofVerify ¶
Types ¶
type SecretKey ¶
type SecretKey struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.