[cryptotest] Wrong filename in $id field in ECDSA test vector JSON schema file
Open
- Dominant language
- SystemVerilog
- Stars
- 3.6k
- Forks
- 1.1k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 141
Description
### Description
The JSON schema file for the parsed ECDSA test vectors, `//sw/host/cryptotest/testvectors/data/schemas/ecdsa_sig_ver_schema.json` has `$id` field on line 3 set to the incorrect filename, presumably because of a copy-paste error.
Should change to `"$id": "https://raw.githubusercontent.com/lowRISC/opentitan/master/sw/host/cryptotest/testvectors/data/schemas/ecdsa_sig_ver_schema.json",`
CC: @milesdai
Contributor guide
Assessment
This issue has not been assessed yet.