Remove bounds check deactivation

This commit is contained in:
richardpaulhudson 2022-12-14 16:41:34 +01:00
parent 0f20918008
commit 2116a71962

View File

@ -2182,7 +2182,6 @@ cdef uint64_t FNV1A_OFFSET_BASIS = 0xcbf29ce484222325
cdef uint64_t FNV1A_PRIME = 0x00000100000001B3
@cython.boundscheck(False) # Deactivate bounds checking
cdef int _write_hashes(
const unsigned char* res_buf,
const unsigned char* aff_l_buf,