- Timestamp:
- 05/17/2019 10:57:19 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php
r44953 r45344 90 90 * @internal You should not use this directly from another application 91 91 * 92 * @param mixed$offset92 * @param int $offset 93 93 * @return bool 94 94 * @psalm-suppress MixedArrayOffset … … 102 102 * @internal You should not use this directly from another application 103 103 * 104 * @param mixed$offset104 * @param int $offset 105 105 * @return void 106 106 * @psalm-suppress MixedArrayOffset … … 114 114 * @internal You should not use this directly from another application 115 115 * 116 * @param mixed$offset116 * @param int $offset 117 117 * @return mixed|null 118 118 * @psalm-suppress MixedArrayOffset
Note: See TracChangeset
for help on using the changeset viewer.