mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 18:13:09 +00:00
Crc32 (#31)
* broken * crc tests * ffi changes * large buffer test * ffi cmake fix * formatting * laws-checksums config.m4 * broken * crc tests * ffi changes * large buffer test * ffi cmake fix * formatting * laws-checksums config.m4 * Fixed aws-crt-ffi after rebase of main * Regenerated awscrt_arginfo.h * merge fix * Fixed arginfo * try forcing memory limit higher * mem_limit set * newline Co-authored-by: Itamar Levy-Or <[email protected]>
This commit is contained in:
co-authored by
Itamar Levy-Or
parent
078df4825c
commit
ebfb91f562
@@ -118,3 +118,7 @@ function aws_crt_signing_result_release(int $signing_result): void {}
|
||||
function aws_crt_signing_result_apply_to_http_request(object $signing_result, object $http_request): void {}
|
||||
|
||||
function aws_crt_sign_request_aws(int $signable, int $signing_config, object $on_complete, object $user_data): int {}
|
||||
|
||||
function aws_crt_crc32(string $input, int $prev): int {}
|
||||
|
||||
function aws_crt_crc32c(string $input, int $prev): int {}
|
||||
Reference in New Issue
Block a user