lib/rbnacl/one_time_auths/poly1305.rb in rbnacl-3.4.0 vs lib/rbnacl/one_time_auths/poly1305.rb in rbnacl-4.0.0.pre

- old
+ new

@@ -1,5 +1,7 @@ # encoding: binary +# frozen_string_literal: true + module RbNaCl module OneTimeAuths # Computes an authenticator using poly1305 # # The authenticator can be used at a later time to verify the provenance of