You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should make this change to maintain consistency in how we refer internally to the pieces of the solution and how things are named in the repository.
The hedera-cryptography-bls will be responsible for:
creating public and private keys
creating signatures
validation of signatures against public keys
aggregation of keys and signatures
PairingPrivateKey, PairingPublicKey, PairingSignature will be named BlsPrivateKey, etc.
The package will be charged from: com.hedera.cryptography.pairings.signatures to com.hedera.cryptography.bls
We will also rename the ecKey-gen tool to blsKeyGen tool to match.
Given that we can switch curve implementations, this would allow to do Bls with different curves using the same library
The text was updated successfully, but these errors were encountered:
We should make this change to maintain consistency in how we refer internally to the pieces of the solution and how things are named in the repository.
The
hedera-cryptography-bls
will be responsible for:PairingPrivateKey, PairingPublicKey, PairingSignature will be named BlsPrivateKey, etc.
The package will be charged from:
com.hedera.cryptography.pairings.signatures
tocom.hedera.cryptography.bls
We will also rename the ecKey-gen tool to
blsKeyGen
tool to match.Given that we can switch curve implementations, this would allow to do Bls with different curves using the same library
The text was updated successfully, but these errors were encountered: