Denis Rybas

Results 2 comments of Denis Rybas

Yes, we have some test vectors of method 0 and 2 in our implementation. Here is the link: https://github.com/sicpa-dlab/peer-did-python/blob/main/tests/test_vectors.py Also i recommend to check `test_create_peer_did_numalgo_*` and `test_resolve_peer_did_numalgo_*` files here https://github.com/sicpa-dlab/peer-did-python/tree/main/tests

I think there is a redundant "S" in the service section because if we add the "S" prefix before each service in the case of multiple services, we will not...