We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab31123 commit d1ee5e5Copy full SHA for d1ee5e5
1 file changed
sodium/sodium.php
@@ -928,7 +928,7 @@ function sodium_randombytes_random16(): int {}
928
function sodium_randombytes_uniform(int $upperBoundNonInclusive): int {}
929
930
/**
931
- * Convert to hex without side-chanels
+ * Convert to hex without side-channels
932
* @link https://www.php.net/manual/en/function.sodium-bin2hex.php
933
* @param string $string
934
* @return string
@@ -949,7 +949,7 @@ function sodium_bin2hex(string $string): string {}
949
function sodium_compare(string $string1, string $string2): int {}
950
951
952
- * Convert from hex without side-chanels
+ * Convert from hex without side-channels
953
* @link https://www.php.net/manual/en/function.sodium-hex2bin.php
954
955
* @param string $ignore
0 commit comments