bls

package
v1.22.67 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2025 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Overview

Package bls provides BLS cryptographic functions. This is a proxy package that re-exports from the main crypto/bls package.

Index

Constants

View Source
const (
	SignatureLen = bls.SignatureLen
	PublicKeyLen = bls.PublicKeyLen
	SecretKeyLen = bls.SecretKeyLen
)

Constants re-exported from the main bls package

Variables

View Source
var (
	NewSecretKey                        = bls.NewSecretKey
	SecretKeyFromBytes                  = bls.SecretKeyFromBytes
	SecretKeyToBytes                    = bls.SecretKeyToBytes
	SecretKeyFromSeed                   = bls.SecretKeyFromSeed
	PublicKeyToCompressedBytes          = bls.PublicKeyToCompressedBytes
	PublicKeyFromCompressedBytes        = bls.PublicKeyFromCompressedBytes
	PublicKeyToUncompressedBytes        = bls.PublicKeyToUncompressedBytes
	PublicKeyFromValidUncompressedBytes = bls.PublicKeyFromValidUncompressedBytes
	AggregatePublicKeys                 = bls.AggregatePublicKeys
	AggregateSignatures                 = bls.AggregateSignatures
	Verify                              = bls.Verify
	VerifyProofOfPossession             = bls.VerifyProofOfPossession
	SignatureToBytes                    = bls.SignatureToBytes
	SignatureFromBytes                  = bls.SignatureFromBytes
)

Re-export functions

Functions

This section is empty.

Types

type PublicKey

type PublicKey = bls.PublicKey

Re-export types from the main bls package

type SecretKey added in v1.11.10

type SecretKey = bls.SecretKey

Re-export types from the main bls package

type Signature

type Signature = bls.Signature

Re-export types from the main bls package

type Signer

type Signer = bls.Signer

Re-export types from the main bls package

Jump to

Keyboard shortcuts

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