When trying a DIDAuth presentation (https://talao.co/wallet/test/presentationRequest), **with key as default method**, I have an error. The error is happening in didkit.dart: ```language=dart final vm = key_to_verification_method( methodPattern.toNativeUtf8(), key.toNativeUtf8()); ``` vm equal Pointer<Utf8>: **address=0x0** methodePattern = "key" key = {"kty":"OKP","crv":"Ed25519","d":"skMDj_TuYaq1ZB-4ZzntpN-7CQjOqKl69Zs5-8gPO4w=","x":"AMKCOePOz8RFfSLFOqi5Rtf4TvG6EOxPX3T6TWhSgNLi"}
When trying a DIDAuth presentation (https://talao.co/wallet/test/presentationRequest), with key as default method, I have an error.
The error is happening in didkit.dart:
vm equal Pointer: address=0x0
methodePattern = "key"
key = {"kty":"OKP","crv":"Ed25519","d":"skMDj_TuYaq1ZB-4ZzntpN-7CQjOqKl69Zs5-8gPO4w=","x":"AMKCOePOz8RFfSLFOqi5Rtf4TvG6EOxPX3T6TWhSgNLi"}