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
Is your feature request related to a problem? Please describe.
To send money, we need an EphemeralPrivateKey to go with our EphemeralPublicKeys that already exist in zebra-chain.
Describe the solution you'd like
Implement the newtype wrappers around pallas::Scalar, jubjub::Scalar, and I think x25519-dalek::SecretKey for Orchard, Sapling, and Sprout resepectively.
Describe alternatives you've considered
Use those types directly, which elides the specific use and capabilities of these keys vs the other uses of those generic types other places in our codebase.
Additional context
This must be done to complete #269
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
To send money, we need an
EphemeralPrivateKey
to go with ourEphemeralPublicKey
s that already exist inzebra-chain
.Describe the solution you'd like
Implement the newtype wrappers around
pallas::Scalar
,jubjub::Scalar
, and I thinkx25519-dalek::SecretKey
for Orchard, Sapling, and Sprout resepectively.Describe alternatives you've considered
Use those types directly, which elides the specific use and capabilities of these keys vs the other uses of those generic types other places in our codebase.
Additional context
This must be done to complete #269
The text was updated successfully, but these errors were encountered: