File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ Myth: SIMD compression means high speed but less compression.
4040Fact: This is wrong. Some schemes cannot easily be accelerated
4141with SIMD instructions, but many that do compress very well.
4242
43+ ## Security
44+
45+ It is a low-level library. The inputs are not validated prior to decoding. It is assumed that the provided buffers were generated
46+ by the corresponding encoding functions. It is your responsability to ensure the validity of your data. In production systems,
47+ the use a strong hashing function to check for data integrity is recommended. The library does not provide this functionality.
48+
4349## Working with sorted lists of integers
4450
4551If you are working primarily with sorted lists of integers, then
You can’t perform that action at this time.
0 commit comments