Skip to content

Commit

Permalink
move require rbnacl
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Feb 3, 2024
1 parent 18fe2fe commit e81fdd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/minisign.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require 'ed25519'
require 'base64'
require 'openssl'
require 'rbnacl'

require 'minisign/public_key'
require 'minisign/signature'
Expand Down
1 change: 0 additions & 1 deletion spec/minisign/private_key_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require 'rbnacl'
describe Minisign::PrivateKey do
describe '.new' do
before(:all) do
Expand Down

0 comments on commit e81fdd2

Please sign in to comment.