Skip to content

BLS12381 support#43

Open
envestcc wants to merge 4 commits intomasterfrom
bls
Open

BLS12381 support#43
envestcc wants to merge 4 commits intomasterfrom
bls

Conversation

@envestcc
Copy link
Copy Markdown
Member

@envestcc envestcc commented Aug 13, 2025

Implementing refer to eth consensus client

}

// Zero clears the BLS12381 private key, effectively zeroizing it.
func (k *BLS12381PrivateKey) Zero() {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zeroize

Comment on lines +138 to +139
valid := signature.AggregateCompressed(sigs, true)
if !valid {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if !signature.Aggr...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants