bbsblssignatureproof2020

package
v0.1.6-0...-5c25bcb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 1, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewG2PublicKeyVerifier

func NewG2PublicKeyVerifier(nonce []byte) *verifier.PublicKeyVerifier

NewG2PublicKeyVerifier creates a signature verifier that verifies a BbsBlsSignatureProof2020 signature taking Bls12381G2Key2020 public key bytes as input.

Types

type Suite

type Suite struct {
	suite.SignatureSuite
	// contains filtered or unexported fields
}

Suite implements BbsBlsSignatureProof2020 signature suite.

func New

func New(opts ...suite.Opt) *Suite

New an instance of Linked Data Signatures for the suite.

func (*Suite) Accept

func (s *Suite) Accept(t string) bool

Accept will accept only BbsBlsSignatureProof2020 signature type.

func (*Suite) GetCanonicalDocument

func (s *Suite) GetCanonicalDocument(doc map[string]interface{}, opts ...jsonld.ProcessorOpts) ([]byte, error)

GetCanonicalDocument will return normalized/canonical version of the document. BbsBlsSignatureProof2020 signature suite uses RDF Dataset Normalization as canonicalization algorithm.

func (*Suite) GetDigest

func (s *Suite) GetDigest(doc []byte) []byte

GetDigest returns the doc itself as we would process N-Quads statements as messages to be signed/verified.

func (*Suite) SelectiveDisclosure

func (s *Suite) SelectiveDisclosure(doc map[string]interface{}, revealDoc map[string]interface{},
	nonce []byte, resolver keyResolver, opts ...jsonld.ProcessorOpts) (map[string]interface{}, error)

SelectiveDisclosure creates selective disclosure from the input doc which must have a BBS+ proof (with BbsBlsSignature2020 type).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL