Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tjanez/registry-test-vectors-test

An example how to validate Oasis Core's entity descriptor signatures from registry test vectors
https://github.com/tjanez/registry-test-vectors-test

Last synced: about 1 month ago
JSON representation

An example how to validate Oasis Core's entity descriptor signatures from registry test vectors

Awesome Lists containing this project

README

        

# Example Validation of Oasis Core Entity Descriptor Signatures from Registry's Test Vectors

The example is in `register-entity.json` is taken from [Oasis Core Registry's
Test Vectors][registry-vectors].

[registry-vectors]:
https://docs.oasis.dev/oasis-core/high-level-components/index/services/registry#test-vectors

## Instructions

```bash
cd $(mktemp -d)
git clone https://github.com/tjanez/registry-test-vectors-test.git
cd registry-test-vectors-test/
go run main.go
```

## Expected results

```
Entity:
SUCCESS: Entity descriptor signature matches!
```