mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 10:07:12 +00:00
ZVAL_STRINGL please work
This commit is contained in:
committed by
Justin Boswell
parent
5397cc35bf
commit
e0123d4653
+13
-1
@@ -121,4 +121,16 @@ function aws_crt_sign_request_aws(int $signable, int $signing_config, object $on
|
||||
|
||||
function aws_crt_crc32(string $input, int $prev): int {}
|
||||
|
||||
function aws_crt_crc32c(string $input, int $prev): int {}
|
||||
function aws_crt_crc32c(string $input, int $prev): int {}
|
||||
|
||||
function aws_crt_sha1_new(): int {}
|
||||
|
||||
function aws_crt_sha256_new(): int {}
|
||||
|
||||
function aws_crt_md5_new(): int {}
|
||||
|
||||
function aws_crt_hash_update(int $hash, string $buffer): int{}
|
||||
|
||||
function aws_crt_hash_digest(int $hash, int $truncate_to, int $length): string {}
|
||||
|
||||
function aws_crt_hash_destroy(int $hash): void {}
|
||||
Reference in New Issue
Block a user