Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Aug 26, 2023
1 parent 8be4dc6 commit 702c9f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ assert(crosshash(data) === '12982c60a9a8829ea4eeb2e1e7e1e04e') // stable hash
```


## Test suite

To ensure consistency, the [test suite](tests/tests.py) invokes the Python and JavaScript implementations of `crossjson()` and `crosshash()` on the same data and compares the results.



## Development

```bash
Expand Down

0 comments on commit 702c9f2

Please sign in to comment.