vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Raw DEFLATE reference vectors.

[[vectors]]
name = "empty_stored_final"
input_hex = "010000ffff"
expected_hex = ""

[[vectors]]
name = "fixed_hello"
input_hex = "cb48cdc9c90700"
expected_hex = "68656c6c6f"

[[vectors]]
name = "bomb_reject"
input_hex = "edc101010000008220ffaf6e4888000000000000000000000000000000000000000000000000000000000000000078"
expect_error_contains = "decompression bomb"