### What happened? After update to XCODE 16 / SEQUOIA the compiler ran into an error in scalar_4x64_impl.h. I had to change (uint) to (unsigned int) here. ### What are the steps to reproduce? Compile existing code ### What is the expected behavior? Compiling without errors ### What is the error thrown? Compiler error: Use of undeclared identifier 'uint' ### What's the stack trace said? Sources/secp256k1/scalar_4x64_impl ### OS version macOS 15.0 / xcode 16 ### Library version Latest