Skip to content

Conversation

@tholonious
Copy link
Contributor

No description provided.

@tholonious
Copy link
Contributor Author

tholonious commented Jul 5, 2023

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@tholonious tholonious requested review from AeonSw4n and lazynina July 5, 2023 16:00
@tholonious tholonious marked this pull request as ready for review July 5, 2023 16:00
@tholonious tholonious requested a review from a team as a code owner July 5, 2023 16:00
// This is the only supported BLS signing algorithm in the flowCrypto package.
// BLS is used such that we can aggregate signatures into one signature.
const SigningAlgorithm = flowCrypto.BLSBLS12381
const signingAlgorithm = flowCrypto.BLSBLS12381
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This signingAlgorithm const and hashingAlgorithm global variable are implementation details of how this package wraps the flow BLS scheme implementation underneath.

We don't want this package to expose them externally, so it's best to make them private.

@tholonious tholonious changed the title sa/add-bls-signature-verification-for-multiple-payloads Add BLS Signature Verification for Multiple Payloads Jul 5, 2023
@tholonious tholonious merged commit ec53d4d into feature/pos-messaging-schema Jul 5, 2023
@tholonious tholonious deleted the sa/add-bls-signature-verification-for-multiple-payloads branch July 5, 2023 20:22
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.

3 participants