LLFourn / secp256kfun

A pure-rust secp256k1 library optimised for fun
BSD Zero Clause License
101 stars 29 forks source link

Revamp schnorr fun #58

Closed LLFourn closed 3 years ago

LLFourn commented 3 years ago

Before you had to create a new Schnorr instance for each application. Now you just call .sign with the application tag provided at call time through a Message struct.

This feels much better.