Skip to content

Commit c957a8b

Browse files
Create test_vectors.json
1 parent 0161edb commit c957a8b

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

data/test_vectors.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"test_vectors": [
3+
{
4+
"input": "",
5+
"description": "Empty string",
6+
"expected_hash": ""
7+
},
8+
{
9+
"input": "a",
10+
"description": "Single character",
11+
"expected_hash": ""
12+
},
13+
{
14+
"input": "Hello World!",
15+
"description": "Basic English text",
16+
"expected_hash": ""
17+
}
18+
],
19+
20+
"avalanche_tests": [
21+
{
22+
"original": "A",
23+
"modified": "B",
24+
"bit_difference_expected": 128
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)