equal
deleted
inserted
replaced
776 * @see ParagonIE_Sodium_Compat::memzero() |
776 * @see ParagonIE_Sodium_Compat::memzero() |
777 * @param string $str |
777 * @param string $str |
778 * @return void |
778 * @return void |
779 * @throws \SodiumException |
779 * @throws \SodiumException |
780 * @throws \TypeError |
780 * @throws \TypeError |
|
781 * |
|
782 * @psalm-suppress MissingParamType |
|
783 * @psalm-suppress MissingReturnType |
|
784 * @psalm-suppress ReferenceConstraintViolation |
781 */ |
785 */ |
782 function memzero(&$str) |
786 function memzero(&$str) |
783 { |
787 { |
784 ParagonIE_Sodium_Compat::memzero($str); |
788 ParagonIE_Sodium_Compat::memzero($str); |
785 } |
789 } |