dusk-network / schnorr

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

Remove `Note` prefix from `NoteSecretKey` and `NotePublicKey` #108

Closed moCello closed 11 months ago

moCello commented 11 months ago

Summary

Remove Note prefix from NoteSecretKey and NotePublicKey since Note only makes sense in the context of phoenix and the schnorr signature shouldn't be aware of this.