Sha256: c6b05f320eb120e072d8d4224f2b0edb2133ed3e3542ffa7c3ae74017d2d1439

Contents?: true

Size: 169 Bytes

Versions: 5

Compression:

Stored size: 169 Bytes

Contents

# encoding: binary
# frozen_string_literal: true

RSpec.describe RbNaCl::HMAC::SHA256 do
  let(:tag) { vector :auth_hmacsha256 }

  include_examples "authenticator"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rbnacl-5.0.0 spec/rbnacl/hmac/sha256_spec.rb
rbnacl-4.0.2 spec/rbnacl/hmac/sha256_spec.rb
rbnacl-4.0.1 spec/rbnacl/hmac/sha256_spec.rb
rbnacl-4.0.0 spec/rbnacl/hmac/sha256_spec.rb
rbnacl-4.0.0.pre spec/rbnacl/hmac/sha256_spec.rb