tlsn
tlsn copied to clipboard
Support arbitrary Notary signature schemes
Right now we only support ECDSA signatures from the Notary. We need to add a layer of abstraction to support any kind of signature scheme using dynamic dispatch on some new traits.
For this we should look for existing traits from RustCrypto
and use them if suitable.