Sha256: 1f0011c9add6d6070ff3addad563c922c33236c35b5e606f0cf92e810dd5b8be

Contents?: true

Size: 165 Bytes

Versions: 5

Compression:

Stored size: 165 Bytes

Contents

# encoding: binary
# frozen_string_literal: true

RSpec.describe RbNaCl::OneTimeAuth do
  let(:tag) { vector :auth_onetime }

  include_examples "authenticator"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rbnacl-5.0.0 spec/rbnacl/authenticators/poly1305_spec.rb
rbnacl-4.0.2 spec/rbnacl/authenticators/poly1305_spec.rb
rbnacl-4.0.1 spec/rbnacl/authenticators/poly1305_spec.rb
rbnacl-4.0.0 spec/rbnacl/authenticators/poly1305_spec.rb
rbnacl-4.0.0.pre spec/rbnacl/authenticators/poly1305_spec.rb