ssi icon indicating copy to clipboard operation
ssi copied to clipboard

Composing multiple custom verification methods/signature suites is too complex

Open ivan770 opened this issue 1 year ago • 0 comments

Hi!

At the moment, to compose different custom verification methods/signature suites into structures similar to those provided by Any*, a developer has to manually re-implement at least the crypto_suites! macro, AnySigner, AnyResolver, and other similar structures.

Ideally, combining multiple different verification methods should be as simple as composing DID resolvers - using a tuple with all possible verification methods present as tuple items.

ivan770 avatar Dec 31 '24 17:12 ivan770