secure-systems-lab / go-securesystemslib

Cryptographic and general-purpose routines for Golang Secure Systems Lab projects at NYU
MIT License
21 stars 23 forks source link

Use Signer interface in EnvelopeSigner #57

Closed jonnystoten closed 1 year ago

jonnystoten commented 1 year ago

We shouldn't need a Verifier to sign. Also remove unused threshold parameter.

adityasaky commented 1 year ago

Thanks!