lib/rbnacl/signatures/ed25519.rb in rbnacl-3.4.0 vs lib/rbnacl/signatures/ed25519.rb in rbnacl-4.0.0.pre
- old
+ new
@@ -1,5 +1,7 @@
# encoding: binary
+# frozen_string_literal: true
+
module RbNaCl
module Signatures
# The EdDSA signature system implemented using the Ed25519 elliptic curve
module Ed25519
extend Sodium