tlsn icon indicating copy to clipboard operation
tlsn copied to clipboard

Support arbitrary Notary signature schemes

Open sinui0 opened this issue 1 year ago • 1 comments

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.

sinui0 avatar Feb 13 '24 19:02 sinui0

For this we should look for existing traits from RustCrypto and use them if suitable.

sinui0 avatar Feb 13 '24 19:02 sinui0