Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of pairings-signatures-library #14139

Closed
3 tasks done
Tracked by #13316 ...
mxtartaglia-sl opened this issue Jul 3, 2024 · 1 comment
Closed
3 tasks done
Tracked by #13316 ...

Implementation of pairings-signatures-library #14139

mxtartaglia-sl opened this issue Jul 3, 2024 · 1 comment
Labels
Platform Tickets pertaining to the platform

Comments

@mxtartaglia-sl
Copy link
Contributor

mxtartaglia-sl commented Jul 3, 2024

Overview

Following https://github.com/hashgraph/hedera-services/blob/8354afb91d643d8e06f5ef67d2914f032b95a5d7/platform-sdk/docs/proposals/TSS-Library/TSS-Library.md
Sections:

  • Swirlds Crypto Pairings Signature Library

Create the components that enable users to create EC Private/Public Keys and Signatures. The operation of signing must be implemented in this ticket. Encryption will be done separately. Protobuf is required for passing data to arkworks. Data should not be stored in the state that depends on how arkworks does serialization, so the signature data from arkworks must be defined in protobuf.

This ticket is complete when we can create public/private key pairs, sign data with the private key, and verify signatures with the public key.

  1. Create the method that invokes the operations for creating the public/private key pairs
  2. Create the method that signs a byte array
  3. Create the method that verifies a signature
  4. Convert all data in the prior 3 steps that use arkworks serialization that must also be stored in state to protobuf

Definitions

Repository: hedera-cryptography
Gradle Modules:swirlds-crypto-pairings-signatures
Java Modules: com.swirlds.crypto.pairings.signatures


This task depends on:

@poulok
Copy link
Member

poulok commented Aug 21, 2024

Subsumed by #15023, #15024, #15025, and #15026

@poulok poulok closed this as completed Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform Tickets pertaining to the platform
Projects
None yet
Development

No branches or pull requests

2 participants