Previously when I used this library the methodFor function would act as a
convenience function that returns the public/private key pair instance for a given purpose (authentication, assertionMethod, keyAgreement, etc). - See current code comment here
It no longer appears to do this.
Is there now a different way to use this library to get the requisite private keys (with id and controller) required for the vc.js library?
Previously when I used this library the
methodForfunction would act as aIt no longer appears to do this.
Is there now a different way to use this library to get the requisite private keys (with id and controller) required for the vc.js library?