lib/rbnacl/hash/sha512.rb in rbnacl-5.0.0 vs lib/rbnacl/hash/sha512.rb in rbnacl-6.0.0

- old
+ new

@@ -9,9 +9,9 @@ sodium_type :hash sodium_primitive :sha512 sodium_constant :BYTES sodium_function :hash_sha512, :crypto_hash_sha512, - [:pointer, :pointer, :ulong_long] + %i[pointer pointer ulong_long] end end end