Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Typos ahoy
Browse files Browse the repository at this point in the history
  • Loading branch information
stouset committed Mar 22, 2013
1 parent 3dee916 commit ade0c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sodium/one_time_auth/poly1305_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
end

it 'must generate authenticators' do
self.subject.auth(
self.subject.one_time_auth(
self.plaintext
).must_equal self.authenticator
end
Expand All @@ -46,7 +46,7 @@
it 'must not verify forged authenticators' do
self.subject.verify(
self.plaintext,
self.authenticator.suck
self.authenticator.succ
).must_equal false
end
end

0 comments on commit ade0c58

Please sign in to comment.