baking-bad / netezos

Netezos is a cross-platform Tezos SDK for .NET developers, simplifying the access and interaction with the Tezos blockchain
https://netezos.dev
MIT License
40 stars 21 forks source link

Bls12381 curve slip10 implentation? #60

Closed kzorin52 closed 10 months ago

kzorin52 commented 10 months ago

Are there any plans to do so?

Groxan commented 10 months ago

Slip10 doesn't support bls12381, according to the specification:

The supported curves are

  • Curve = "Bitcoin seed" for the secp256k1 curve (this is compatible with BIP-0032).
  • Curve = "Nist256p1 seed" for the NIST P-256 curve.
  • Curve = "ed25519 seed" for the ed25519 curve.
kzorin52 commented 10 months ago

I see, thx