dusk-network / schnorr

Schnorr Signature algorithm usiing BLS12-381 Curve
Mozilla Public License 2.0
13 stars 19 forks source link

Rename `PublicKeyPair` to `PublicKeyDouble` #115

Closed moCello closed 11 months ago

moCello commented 11 months ago

This commit also

Resolves: #110

moCello commented 11 months ago

I decided to name the double public key PublicKeyDouble instead of DoublePublicKey.

This is in anticipation of a later issue, where we introduce a public key with variable generator with the name PublicKeyVarGen #107