| 365 | return false; |
| 366 | } |
| 367 | const CC_LONG dataSize = static_cast<CC_LONG>(data.sizeInBytes()); |
| 368 | return static_cast<size_t>(dataSize) == data.sizeInBytes() and CC_SHA1(data.data(), dataSize, digest) != nullptr; |
| 369 | } |
| 370 | #if SC_COMPILER_CLANG |
| 371 | #pragma clang diagnostic pop |
| 372 | #endif |
| 373 | #elif SC_PLATFORM_WINDOWS |
no outgoing calls